From 7c666378d77fc1746cb089c273a4bacfad995356 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 09:04:13 +0800 Subject: [PATCH] 提交版本 4.7.0 --- frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h index 57b73f1..1294e7a 100644 --- a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h +++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/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