react-native-navigation的迁移库

RNNLargeTitleOptions.h 305B

1234567891011
  1. #import "RNNOptions.h"
  2. #import "RNNComponentOptions.h"
  3. @interface RNNLargeTitleOptions : RNNOptions
  4. @property (nonatomic, strong) NSNumber* fontSize;
  5. @property (nonatomic, strong) NSNumber* visible;
  6. @property (nonatomic, strong) NSNumber* color;
  7. @property (nonatomic, strong) NSString* fontFamily;
  8. @end