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/GoogleMobileAds.framework/Headers/Mediation/GADMediationInterstitialAd.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationInterstitialAd.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationInterstitialAd.h index 05ea90f..d6aa775 100644 --- a/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationInterstitialAd.h +++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationInterstitialAd.h @@ -11,13 +11,16 @@ #import <UIKit/UIKit.h> /// Rendered interstitial ad. +NS_SWIFT_NAME(MediationInterstitialAd) @protocol GADMediationInterstitialAd <GADMediationAd> /// Presents the receiver from the view controller. -- (void)presentFromViewController:(nonnull UIViewController *)viewController; +- (void)presentFromViewController:(nonnull UIViewController *)viewController + NS_SWIFT_NAME(present(from:)); @end /// Interstitial ad configuration. +NS_SWIFT_NAME(MediationInterstitialAdConfiguration) @interface GADMediationInterstitialAdConfiguration : GADMediationAdConfiguration @end -- Gitblit v1.8.0