react-native-navigation的迁移库

RNNSubtitleOptions.h 303B

123456789101112
  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* alignment;
  8. @end