| 12345678910111213 | #import "RNNOptions.h"
@interface RNNComponentOptions : RNNOptions
@property (nonatomic, strong) Text* name;
@property (nonatomic, strong) Text* componentId;
@property (nonatomic, strong) Text* alignment;
@property (nonatomic, strong) Bool* waitForRender;
- (BOOL)hasValue;
@end
 |