BBAShouldAutorotateProtocol.h 255 Bytes
//
//  BBAShouldAutorotateProtocol.h
//  BBAPods
//
//  Created by qfu on 4/8/16.
//  Copyright © 2016 Baidu. All rights reserved.
//

#import <Foundation/Foundation.h>

@protocol BBAShouldAutorotateProtocol <NSObject>

- (BOOL)bbaShouldAutorotate;

@end