From 807b36e8edef2c70145d394422251e02d0a2d534 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 16 Jul 2026 09:29:44 +0800
Subject: [PATCH] 提交版本 4.13.0
---
WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GAMInterstitialAd.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GAMInterstitialAd.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GAMInterstitialAd.h
index 139ccc6..9717b51 100644
--- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GAMInterstitialAd.h
+++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GAMInterstitialAd.h
@@ -15,6 +15,7 @@
/// Google Ad Manager interstitial ad, a full-screen advertisement shown at natural
/// transition points in your application such as between game levels or news stories.
+NS_SWIFT_NAME(AdManagerInterstitialAd)
@interface GAMInterstitialAd : GADInterstitialAd
/// Optional delegate that is notified when creatives send app events.
@@ -27,7 +28,8 @@
/// @param completionHandler A handler to execute when the load operation finishes or times out.
+ (void)loadWithAdManagerAdUnitID:(nonnull NSString *)adUnitID
request:(nullable GAMRequest *)request
- completionHandler:(nonnull GAMInterstitialAdLoadCompletionHandler)completionHandler;
+ completionHandler:(nonnull GAMInterstitialAdLoadCompletionHandler)completionHandler
+ NS_SWIFT_NAME(load(with:request:completionHandler:));
+ (void)loadWithAdUnitID:(nonnull NSString *)adUnitID
request:(nullable GADRequest *)request
--
Gitblit v1.8.0