#import #import "HMSegmentedControl.h" @interface RNNSegmentedControl : HMSegmentedControl - (void)setTitle:(NSString*)title atIndex:(NSUInteger)index; @end