IBTUINavigationController.h 295 Bytes
//
//  IBTUINavigationController.h
//  IBTImagePicker
//
//  Created by Xummer on 1/17/15.
//  Copyright (c) 2015 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface IBTUINavigationController : UINavigationController

@property (assign, nonatomic) BOOL bEnablePopGesture;

@end