react-native-navigation的迁移库

RNNButtonOptions.h 417B

1234567891011121314
  1. #import "RNNOptions.h"
  2. @interface RNNButtonOptions : RNNOptions
  3. @property (nonatomic, strong) NSString* fontFamily;
  4. @property (nonatomic, strong) NSNumber* fontSize;
  5. @property (nonatomic, strong) NSNumber* color;
  6. @property (nonatomic, strong) NSNumber* disabledColor;
  7. @property (nonatomic, strong) NSNumber* icon;
  8. @property (nonatomic, strong) NSString* text;
  9. @property (nonatomic, strong) NSNumber* enabled;
  10. @end