react-native-navigation的迁移库

RNNBackgroundOptions.h 355B

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