// // CZNavigationController.h // ChongZu // // Created by cz10000 on 16/4/27. // Copyright © 2016年 cz10000. All rights reserved. // #import @interface KLTNavigationController : UINavigationController @property(strong,nonatomic)UIScreenEdgePanGestureRecognizer *panGestureRec; @end