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_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdMetadata.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdMetadata.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdMetadata.h index 3634413..9739304 100644 --- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdMetadata.h +++ b/WAAdmobImpl/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