From 5c57c740c1a3a7acbb384dcf2557fd129fa7328c Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 16 Jul 2026 14:30:49 +0800 Subject: [PATCH] 提交版本 4.13.1 --- WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h index d394205..b082028 100644 --- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h +++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h @@ -11,12 +11,16 @@ #import <UIKit/UIKit.h> /// Rendered app open ad. +NS_SWIFT_NAME(MediationAppOpenAd) @protocol GADMediationAppOpenAd <GADMediationAd> /// Presents the receiver from the view controller. -- (void)presentFromViewController:(nonnull UIViewController *)viewController; +- (void)presentFromViewController:(nonnull UIViewController *)viewController + NS_SWIFT_NAME(present(from:)); + @end /// App open ad configuration. +NS_SWIFT_NAME(MediationAppOpenAdConfiguration) @interface GADMediationAppOpenAdConfiguration : GADMediationAdConfiguration @end -- Gitblit v1.8.0