react-native-navigation的迁移库

RNNStatusBarOptions.h 363B

1234567891011121314
  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* visible;
  8. @property (nonatomic, strong) NSNumber* animate;
  9. @end