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/GADMediationAppOpenAd.h |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h
index d394205..b082028 100644
--- a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h
+++ b/frameworks/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