react-native-navigation的迁移库

RNNSubtitleOptions.h 381B

1234567891011121314
  1. #import "RNNOptions.h"
  2. @interface RNNSubtitleOptions : 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* alignment;
  8. @property (nonatomic, strong) NSDictionary* fontAttributes;
  9. @end