//
//  UINavigationController+autoRotate.h
//  test
//
//  Created by MTN on 09/10/20.
//

#import <UIKit/UIKit.h>

@interface UINavigationController (autoRotate)

- (BOOL)shouldAutorotate;
- (NSUInteger)supportedInterfaceOrientations;
- (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation;

@end
