FqIronsourceBanner.h 447 B

123456789101112131415161718192021
  1. //
  2. // FqIronsourceBanner.h
  3. // QQQ
  4. //
  5. // Created by Mgs on 2020/12/7.
  6. //
  7. #import <Foundation/Foundation.h>
  8. #import "IronSource/IronSource.h"
  9. #import "GMTools.h"
  10. #import "AdBase.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface FqIronsourceBanner : AdBase
  13. -(instancetype)init;
  14. -(void)openWithSuperView:(UIView *)container;
  15. @property(nonatomic,strong)ISBannerView *bannerView;
  16. @property(nonatomic,strong)UIView *bannerContainer;
  17. @end
  18. NS_ASSUME_NONNULL_END