react-native-navigation的迁移库

RNNBackgrounOptions.h 173B

123456789
  1. #import "RNNOptions.h"
  2. @interface RNNBackgrounOptions : RNNOptions
  3. @property (nonatomic, strong) NSNumber* color;
  4. @property (nonatomic, strong) NSString* component;
  5. @end