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/GADAdMetadata.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdMetadata.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdMetadata.h
index 3634413..9739304 100644
--- a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdMetadata.h
+++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdMetadata.h
@@ -13,6 +13,7 @@
 @protocol GADAdMetadataDelegate;
 
 /// Protocol for ads that provide ad metadata.
+NS_SWIFT_NAME(AdMetadataProvider)
 @protocol GADAdMetadataProvider <NSObject>
 
 /// The ad's metadata. Use adMetadataDelegate to receive ad metadata change messages.
@@ -24,10 +25,11 @@
 @end
 
 /// Delegate protocol for receiving ad metadata change messages from a GADAdMetadataProvider.
+NS_SWIFT_NAME(AdMetadataDelegate)
 @protocol GADAdMetadataDelegate <NSObject>
 
 /// Tells the delegate that the ad's metadata changed. Called when an ad loads and when a loaded
 /// ad's metadata changes.
-- (void)adMetadataDidChange:(nonnull id<GADAdMetadataProvider>)ad;
+- (void)adMetadataDidChange:(nonnull id<GADAdMetadataProvider>)ad NS_SWIFT_UI_ACTOR;
 
 @end

--
Gitblit v1.8.0