react-native-navigation的迁移库

RNNPreviewOptions.h 315B

123456789101112
  1. #import "RNNOptions.h"
  2. @interface RNNPreviewOptions : RNNOptions
  3. @property (nonatomic, strong) NSString* elementId;
  4. @property (nonatomic, strong) NSNumber* width;
  5. @property (nonatomic, strong) NSNumber* height;
  6. @property (nonatomic, strong) NSNumber* commit;
  7. @property (nonatomic, strong) NSArray* actions;
  8. @end