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/GADNativeAdDelegate.h |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdDelegate.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdDelegate.h
index bfcb753..fc260b9 100644
--- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdDelegate.h
+++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdDelegate.h
@@ -10,6 +10,7 @@
 @class GADNativeAd;
 
 /// Identifies native ad assets.
+NS_SWIFT_NAME(NativeAdDelegate)
 @protocol GADNativeAdDelegate <NSObject>
 
 @optional
@@ -17,13 +18,13 @@
 #pragma mark - Ad Lifecycle Events
 
 /// Called when an impression is recorded for an ad.
-- (void)nativeAdDidRecordImpression:(nonnull GADNativeAd *)nativeAd;
+- (void)nativeAdDidRecordImpression:(nonnull GADNativeAd *)nativeAd NS_SWIFT_UI_ACTOR;
 
 /// Called when a click is recorded for an ad.
-- (void)nativeAdDidRecordClick:(nonnull GADNativeAd *)nativeAd;
+- (void)nativeAdDidRecordClick:(nonnull GADNativeAd *)nativeAd NS_SWIFT_UI_ACTOR;
 
 /// Called when a swipe gesture click is recorded for an ad.
-- (void)nativeAdDidRecordSwipeGestureClick:(nonnull GADNativeAd *)nativeAd;
+- (void)nativeAdDidRecordSwipeGestureClick:(nonnull GADNativeAd *)nativeAd NS_SWIFT_UI_ACTOR;
 
 #pragma mark - Click-Time Lifecycle Notifications
 
@@ -34,19 +35,19 @@
 /// the nativeAdDidDismissScreen: message. However, if the user hits the Home button or clicks on an
 /// App Store link, your application will be backgrounded. The next method called will be the
 /// applicationWillResignActive: of your UIApplicationDelegate object.
-- (void)nativeAdWillPresentScreen:(nonnull GADNativeAd *)nativeAd;
+- (void)nativeAdWillPresentScreen:(nonnull GADNativeAd *)nativeAd NS_SWIFT_UI_ACTOR;
 
 /// Called before dismissing a full screen view.
-- (void)nativeAdWillDismissScreen:(nonnull GADNativeAd *)nativeAd;
+- (void)nativeAdWillDismissScreen:(nonnull GADNativeAd *)nativeAd NS_SWIFT_UI_ACTOR;
 
 /// Called after dismissing a full screen view. Use this opportunity to restart anything you may
 /// have stopped as part of nativeAdWillPresentScreen:.
-- (void)nativeAdDidDismissScreen:(nonnull GADNativeAd *)nativeAd;
+- (void)nativeAdDidDismissScreen:(nonnull GADNativeAd *)nativeAd NS_SWIFT_UI_ACTOR;
 
 #pragma mark - Mute This Ad
 
 /// Used for Mute This Ad feature. Called after the native ad is muted. Only called for Google ads
 /// and is not supported for mediated ads.
-- (void)nativeAdIsMuted:(nonnull GADNativeAd *)nativeAd;
+- (void)nativeAdIsMuted:(nonnull GADNativeAd *)nativeAd NS_SWIFT_UI_ACTOR;
 
 @end

--
Gitblit v1.8.0