// // MLNavigationController.h // MultiLayerNavigation // // Created by Feather Chan on 13-4-12. // Copyright (c) 2013年 Feather Chan. All rights reserved. // #import @interface MLNavigationController : UINavigationController // Enable the drag to back interaction, Defalt is YES. @property (nonatomic,assign) BOOL canDragBack; - (void)paningGestureReceive:(UIPanGestureRecognizer *)recoginzer; //- (void)pushOrPopWithPushData:(remotePushBO*)pushBO; - (UIViewController*)popBackWithTopSwipeGesture; @end