react-native-navigation的迁移库

RNNTitleOptions.h 378B

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