//
//  UINavigationController+Rotation.h
//  iBrainAgeApp
//
//  Created by Q16 on 8/29/19.
//  Copyright © 2019 Anren. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UIViewController (ShouldAutorotate)
@end

@interface UITabBarController (ShouldAutorotate)

@end

@interface UINavigationController (ShouldAutorotate)<UIGestureRecognizerDelegate>

@end

@interface UIAlertController (ShouldAutorotate)

@end
