FqGDTSplashAd.h 382 B

12345678910111213141516171819202122
  1. //
  2. // FqGDTSplashAd.h
  3. // XenonSDK
  4. //
  5. // Created by fq on 2021/4/29.
  6. // Copyright © 2021 SAGESSE. All rights reserved.
  7. //
  8. #import "AdBase.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. /* 开屏广告
  11. **/
  12. @interface FqGDTSplashAd : AdBase
  13. -(instancetype)init;
  14. -(void)opensplashAd:(NSString *)adName supportZoomoutView:(BOOL)flag callback:(void (^)(BOOL))callback;
  15. @end
  16. NS_ASSUME_NONNULL_END