EBBannerWindow.h 247 B

123456789101112131415
  1. //
  2. // EBBannerWindow.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 EBBannerWindow : UIWindow
  10. +(instancetype)sharedWindow;
  11. @end