react-native-navigation的迁移库

RNNBackButtonOptions.h 326B

123456789101112
  1. #import "RNNOptions.h"
  2. @interface RNNBackButtonOptions : RNNOptions
  3. @property (nonatomic, strong) NSDictionary* image;
  4. @property (nonatomic, strong) NSNumber* visible;
  5. @property (nonatomic, strong) NSString* title;
  6. @property (nonatomic, strong) NSString* transition;
  7. @property (nonatomic, strong) NSNumber* hideTitle;
  8. @end