react-native-navigation的迁移库

RNNSideMenuSideOptions.h 520B

12345678910111213141516
  1. #import "RNNOptions.h"
  2. #import "MMDrawerController.h"
  3. @interface RNNSideMenuSideOptions : RNNOptions
  4. - (void)applyOnSide:(MMDrawerSide)side viewController:(UIViewController *)viewController;
  5. @property (nonatomic, strong) NSNumber* visible;
  6. @property (nonatomic, strong) NSNumber* enabled;
  7. @property (nonatomic, strong) NSNumber* width;
  8. @property (nonatomic, strong) NSNumber* shouldStretchDrawer;
  9. @property (nonatomic, strong) NSNumber* animationVelocity;
  10. @property (nonatomic, strong) NSString* animationType;
  11. @end