12345678910111213141516171819202122 |
- //
- // FqGDTSplashAd.h
- // XenonSDK
- //
- // Created by fq on 2021/4/29.
- // Copyright © 2021 SAGESSE. All rights reserved.
- //
- #import "AdBase.h"
- NS_ASSUME_NONNULL_BEGIN
- /* 开屏广告
- **/
- @interface FqGDTSplashAd : AdBase
- -(instancetype)init;
- -(void)opensplashAd:(NSString *)adName supportZoomoutView:(BOOL)flag callback:(void (^)(BOOL))callback;
- @end
- NS_ASSUME_NONNULL_END
|