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/GADMediationAppOpenAd.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h index d394205..d0d7ae4 100644 --- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h +++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h @@ -11,10 +11,12 @@ #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. -- Gitblit v1.8.0