#import "RNNOptions.h" @interface RNNTitleOptions : RNNOptions @property (nonatomic, strong) NSString* text; @property (nonatomic, strong) NSNumber* fontSize; @property (nonatomic, strong) NSNumber* color; @property (nonatomic, strong) NSString* fontFamily; @property (nonatomic, strong) NSString* component; @property (nonatomic, strong) NSString* componentAlignment; @end