react-native-navigation的迁移库

InteractivePopGestureDelegate.h 304B

123456789101112
  1. #import <UIKit/UIKit.h>
  2. @interface InteractivePopGestureDelegate : NSObject <UIGestureRecognizerDelegate>
  3. @property (nonatomic, weak) UINavigationController *navigationController;
  4. @property (nonatomic, weak) id<UIGestureRecognizerDelegate> originalDelegate;
  5. @property (nonatomic) BOOL enabled;
  6. @end