react-native-navigation的迁移库

RNNButtonOptions.h 394B

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