123456789101112131415161718192021222324 |
- //
- // FqIronsourceInterstitial.h
- // XenonSDK
- //
- // Created by fq on 2021/3/29.
- // Copyright © 2021 SAGESSE. All rights reserved.
- //
- #import "AdBase.h"
- #import "IronSource/IronSource.h"
- #import "GMTools.h"
- #import "AdBase.h"
- /*
- *插页广告
- */
- @interface FqIronsourceInterstitial : AdBase
- -(instancetype)init;
- -(BOOL)isAdReady;
- -(void)openInterstitial:(NSString *)adName callback:(void (^)(BOOL))callback;
- @end
|