react-native-navigation的迁移库

RNNButtonOptions.h 276B

1234567891011
  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. @end