react-native-navigation的迁移库

InteractivePopGestureDelegate.h 267B

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