react-native-navigation的迁移库

RNNBackgroundOptions.h 371B

12345678910111213
  1. #import "RNNOptions.h"
  2. #import "RNNComponentOptions.h"
  3. @interface RNNBackgroundOptions : RNNOptions
  4. @property (nonatomic, strong) NSNumber* color;
  5. @property (nonatomic, strong) NSNumber* translucent;
  6. @property (nonatomic, strong) NSNumber* blur;
  7. @property (nonatomic, strong) RNNComponentOptions* component;
  8. @property (nonatomic, strong) NSNumber* clipToBounds;
  9. @end