From 4b30c10cef62c07efa1faf8a21e296b4a23ff591 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Wed, 15 Jul 2026 09:35:30 +0800 Subject: [PATCH] 提交版本 4.13.0 --- frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h | 11 ++--------- 1 files changed, 2 insertions(+), 9 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..cf6bb9b 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. @@ -23,16 +24,8 @@ - (void)changeAdSizeTo:(GADAdSize)adSize; @end -/// Rendered interscroller ad. -@protocol GADMediationInterscrollerAd <GADMediationBannerAd> - -/// Indicates whether the interscroller rendering effect should be delegated to the Google Mobile -/// Ads SDK. -@property(nonatomic, assign) BOOL delegateInterscrollerEffect; - -@end - /// Banner ad configuration. +NS_SWIFT_NAME(MediationBannerAdConfiguration) @interface GADMediationBannerAdConfiguration : GADMediationAdConfiguration /// Banner ad size requested of the adapter. -- Gitblit v1.8.0