react-native-navigation的迁移库

RNNLayoutOptions.h 229B

1234567891011
  1. #import "RNNOptions.h"
  2. @interface RNNLayoutOptions : RNNOptions
  3. @property (nonatomic, strong) NSNumber* backgroundColor;
  4. @property (nonatomic, strong) id orientation;
  5. - (UIInterfaceOrientationMask)supportedOrientations;
  6. @end