123456789101112131415161718192021222324252627282930313233 |
- #import "XLFormBaseCell.h"
- @interface XLFormSegmentedCell : XLFormBaseCell
- @property (nonatomic, readonly) UILabel * textLabel;
- @property (nonatomic, readonly) UISegmentedControl *segmentedControl;
- @end
|