#import @interface InteractivePopGestureDelegate : NSObject @property (nonatomic, weak) UINavigationController *navigationController; @property (nonatomic, weak) id originalDelegate; @property (nonatomic) BOOL enabled; @end