热更新demo

MLNavigationController.h 558B

    // // MLNavigationController.h // MultiLayerNavigation // // Created by Feather Chan on 13-4-12. // Copyright (c) 2013年 Feather Chan. All rights reserved. // #import <UIKit/UIKit.h> @interface MLNavigationController : UINavigationController <UIGestureRecognizerDelegate> // 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