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