From 1e5242aa56dd1c52c537335ee56d7127d09b24de Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 09:19:08 +0800 Subject: [PATCH] 提交版本 4.7.0 --- WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h index 57b73f1..1294e7a 100644 --- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h +++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h @@ -12,6 +12,7 @@ #import <UIKit/UIKit.h> /// Rendered banner ad. Provides a single subview to add to the banner view's view hierarchy. +NS_SWIFT_NAME(MediationBannerAd) @protocol GADMediationBannerAd <GADMediationAd> /// The banner ad view. @@ -24,6 +25,7 @@ @end /// Rendered interscroller ad. +GAD_DEPRECATED_MSG_ATTRIBUTE("Interscroller will not be supported.") @protocol GADMediationInterscrollerAd <GADMediationBannerAd> /// Indicates whether the interscroller rendering effect should be delegated to the Google Mobile @@ -33,6 +35,7 @@ @end /// Banner ad configuration. +NS_SWIFT_NAME(MediationBannerAdConfiguration) @interface GADMediationBannerAdConfiguration : GADMediationAdConfiguration /// Banner ad size requested of the adapter. -- Gitblit v1.8.0