react-native-navigation的迁移库

RNNSegmentedControl.h 186B

123456789
  1. #import <Foundation/Foundation.h>
  2. #import "HMSegmentedControl.h"
  3. @interface RNNSegmentedControl : HMSegmentedControl
  4. - (void)setTitle:(NSString*)title atIndex:(NSUInteger)index;
  5. @end