12345678910111213 |
- #import "RNNOptions.h"
-
- @interface RNNSubtitleOptions : RNNOptions
-
- @property (nonatomic, strong) Text* text;
- @property (nonatomic, strong) Number* fontSize;
- @property (nonatomic, strong) Color* color;
- @property (nonatomic, strong) Text* fontFamily;
- @property (nonatomic, strong) Text* fontWeight;
- @property (nonatomic, strong) Text* alignment;
-
- @end
|