123456789101112 |
- #import "RNNOptions.h"
-
- @interface RNNLayoutOptions : RNNOptions
-
- @property (nonatomic, strong) Color* backgroundColor;
- @property (nonatomic, strong) Text* direction;
- @property (nonatomic, strong) id orientation;
-
- - (UIInterfaceOrientationMask)supportedOrientations;
-
- @end
|