KLTNavigationController.h 309 B

123456789101112131415
  1. //
  2. // CZNavigationController.h
  3. // ChongZu
  4. //
  5. // Created by cz10000 on 16/4/27.
  6. // Copyright © 2016年 cz10000. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KLTNavigationController : UINavigationController
  10. @property(strong,nonatomic)UIScreenEdgePanGestureRecognizer *panGestureRec;
  11. @end