react-native-navigation的迁移库

RNNStatusBarOptions.h 313B

12345678910111213
  1. #import "RNNOptions.h"
  2. extern const NSInteger BLUR_STATUS_TAG;
  3. @interface RNNStatusBarOptions : RNNOptions
  4. @property (nonatomic, strong) NSNumber* blur;
  5. @property (nonatomic, strong) NSNumber* hideWithTopBar;
  6. @property (nonatomic, strong) NSString* style;
  7. @property (nonatomic, strong) NSNumber* hidden;
  8. @end