EBEmptyWindow.m 207 B

12345678910111213141516
  1. //
  2. // EBEmptyWindow.m
  3. // EBBannerView
  4. //
  5. // Created by WTSD on 2018/1/10.
  6. //
  7. #import "EBEmptyWindow.h"
  8. @implementation EBEmptyWindow
  9. -(UIWindowLevel)windowLevel{
  10. return UIWindowLevelAlert;
  11. }
  12. @end