EBEmptyWindow.h 148 B

123456789101112
  1. //
  2. // EBEmptyWindow.h
  3. // EBBannerView
  4. //
  5. // Created by WTSD on 2018/1/10.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface EBEmptyWindow : UIWindow
  9. @end