react-native-navigation的迁移库

RNNSplitViewOptions.h 281B

1234567891011
  1. #import "RNNOptions.h"
  2. @interface RNNSplitViewOptions : RNNOptions
  3. @property (nonatomic, strong) NSString* displayMode;
  4. @property (nonatomic, strong) NSString* primaryEdge;
  5. @property (nonatomic, strong) NSNumber* minWidth;
  6. @property (nonatomic, strong) NSNumber* maxWidth;
  7. @end