// // EBBannerViewController.h // demo // // Created by pikacode@qq.com on 2017/10/23. // Copyright © 2017年 pikacode@qq.com. All rights reserved. // #import @interface EBBannerViewController : UIViewController +(void)setSupportedInterfaceOrientations:(UIInterfaceOrientationMask)orientations; +(void)setStatusBarHidden:(BOOL)hidden; @end