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