// // XLFormInlineSegmentedCell.h // XLForm // // Created by mathias Claassen on 16/12/15. // Copyright © 2015 Xmartlabs. All rights reserved. // #import extern NSString * const XLFormRowDescriptorTypeSegmentedInline; extern NSString * const XLFormRowDescriptorTypeSegmentedControl; @interface XLFormInlineSegmentedCell : XLFormBaseCell @end @interface XLFormInlineSegmentedControl : XLFormBaseCell @property (strong, nonatomic) UISegmentedControl* segmentedControl; @end