EBBannerViewController.h 365 B

12345678910111213141516
  1. //
  2. // EBBannerViewController.h
  3. // demo
  4. //
  5. // Created by pikacode@qq.com on 2017/10/23.
  6. // Copyright © 2017年 pikacode@qq.com. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface EBBannerViewController : UIViewController
  10. +(void)setSupportedInterfaceOrientations:(UIInterfaceOrientationMask)orientations;
  11. +(void)setStatusBarHidden:(BOOL)hidden;
  12. @end