react-native-navigation的迁移库

RNNLargeTitleOptions.h 341B

12345678910111213
  1. #import "RNNOptions.h"
  2. #import "RNNComponentOptions.h"
  3. @interface RNNLargeTitleOptions : RNNOptions
  4. @property (nonatomic, strong) Number* fontSize;
  5. @property (nonatomic, strong) Bool* visible;
  6. @property (nonatomic, strong) Color* color;
  7. @property (nonatomic, strong) Text* fontFamily;
  8. @property (nonatomic, strong) Text* fontWeight;
  9. @end