react-native-navigation的迁移库

RNNSubtitleOptions.h 351B

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