GDTUnifiedBannerAdNetworkAdapterProtocol.h 644 B

123456789101112131415161718192021222324
  1. //
  2. // GDTUnifiedBannerAdNetworkAdapterProtocol.h
  3. // GDTMobApp
  4. //
  5. // Created by rowanzhang on 2021/7/22.
  6. // Copyright © 2021 Tencent. All rights reserved.
  7. //
  8. #ifndef GDTUnifiedBannerAdNetworkAdapterProtocol_h
  9. #define GDTUnifiedBannerAdNetworkAdapterProtocol_h
  10. #import "GDTUnifiedBannerView.h"
  11. #import "GDTBaseAdNetworkAdapterProtocol.h"
  12. @protocol GDTUnifiedBannerAdNetworkAdapterProtocol <GDTBaseAdNetworkAdapterProtocol>
  13. - (void)loadAdOnBannerView:(GDTUnifiedBannerView *)banner
  14. currentViewController:(UIViewController *)viewController;
  15. - (void)showBannerAd;
  16. @end
  17. #endif /* GDTUnifiedBannerAdNetworkAdapterProtocol_h */