1234567891011121314 |
- #import "RNNOptions.h"
-
- extern const NSInteger BLUR_STATUS_TAG;
-
- @interface RNNStatusBarOptions : RNNOptions
-
- @property (nonatomic, strong) NSNumber* blur;
- @property (nonatomic, strong) NSNumber* hideWithTopBar;
- @property (nonatomic, strong) NSString* style;
- @property (nonatomic, strong) NSNumber* hidden;
- @property (nonatomic, strong) NSNumber* animate;
-
- @end
|