123456789101112131415161718192021 |
- //
- // FqIronsourceBanner.h
- // QQQ
- //
- // Created by Mgs on 2020/12/7.
- //
- #import <Foundation/Foundation.h>
- #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
|