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_x86_64-simulator/GoogleMobileAds.framework/Headers/GADBannerView.h |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADBannerView.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADBannerView.h
index aca50de..601c0fb 100644
--- a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADBannerView.h
+++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADBannerView.h
@@ -15,6 +15,7 @@
 
 /// A view that displays banner ads. See https://developers.google.com/admob/ios/banner to get
 /// started.
+NS_SWIFT_NAME(BannerView)
 @interface GADBannerView : UIView
 
 #pragma mark Initialization
@@ -60,9 +61,13 @@
 /// Requests an ad. The request object supplies targeting information.
 - (void)loadRequest:(nullable GADRequest *)request;
 
+/// Loads the ad and informs |delegate| of the outcome.
+- (void)loadWithAdResponseString:(nonnull NSString *)adResponseString NS_SWIFT_NAME(load(with:));
+
 /// A Boolean value that determines whether autoloading of ads in the receiver is enabled. If
 /// enabled, you do not need to call the loadRequest: method to load ads.
-@property(nonatomic, assign, getter=isAutoloadEnabled) IBInspectable BOOL autoloadEnabled;
+@property(nonatomic, assign, getter=isAutoloadEnabled)
+    IBInspectable BOOL autoloadEnabled NS_SWIFT_NAME(isAutoloadEnabled);
 
 #pragma mark Response
 
@@ -73,6 +78,10 @@
 /// Called when ad is estimated to have earned money. Available for allowlisted accounts only.
 @property(nonatomic, nullable, copy) GADPaidEventHandler paidEventHandler;
 
+/// An identifier for a placement in reporting. This property must be set prior to placing the ad
+/// into a visible superview.
+@property(nonatomic, readwrite) int64_t placementID;
+
 /// Indicates whether the last loaded ad is a collapsible banner.
 @property(nonatomic, readonly) BOOL isCollapsible;
 

--
Gitblit v1.8.0