// // FqIronsourceBanner.h // QQQ // // Created by Mgs on 2020/12/7. // #import #import "IronSource/IronSource.h" #import "GMTools.h" #import "AdBase.h" NS_ASSUME_NONNULL_BEGIN @interface FqIronsourceBanner : AdBase -(instancetype)init; -(void)openWithSuperView:(UIView *)container; @property(nonatomic,strong)ISBannerView *bannerView; @property(nonatomic,strong)UIView *bannerContainer; @end NS_ASSUME_NONNULL_END