1234567891011 |
- #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;
-
- @end
|