PopupNavigationController.h 362 B

12345678910111213
  1. //
  2. // PopupNavigationController.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 14-7-7.
  6. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface PopupNavigationController : UINavigationController<UIGestureRecognizerDelegate>
  10. @property (strong,nonatomic) UITapGestureRecognizer *tapGesture;
  11. @end