react-native-navigation的迁移库

RNNBackgroundOptions.h 217B

12345678910
  1. #import "RNNOptions.h"
  2. #import "RNNComponentOptions.h"
  3. @interface RNNBackgroundOptions : RNNOptions
  4. @property (nonatomic, strong) NSNumber* color;
  5. @property (nonatomic, strong) RNNComponentOptions* component;
  6. @end