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/Mediation/GADMediatedUnifiedNativeAd.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediatedUnifiedNativeAd.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediatedUnifiedNativeAd.h index 3918481..d43d72c 100644 --- a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediatedUnifiedNativeAd.h +++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediatedUnifiedNativeAd.h @@ -11,6 +11,7 @@ /// Provides methods used for constructing native ads. The adapter must return an object conforming /// to this protocol for native ad requests. +NS_SWIFT_NAME(MediatedUnifiedNativeAd) @protocol GADMediatedUnifiedNativeAd <NSObject> /// Headline. @@ -83,7 +84,8 @@ /// -[GADMAdNetworkAdapter handlesUserClicks] returns NO. - (void)didRecordClickOnAssetWithName:(nonnull GADNativeAssetIdentifier)assetName view:(nonnull UIView *)view - viewController:(nonnull UIViewController *)viewController; + viewController:(nonnull UIViewController *)viewController + NS_SWIFT_NAME(didRecordClickOnAsset(with:view:viewController:)); /// Tells the receiver that it has untracked |view|. This method is called when the mediated native /// ad is no longer rendered in the provided view and the delegate should stop tracking the view's -- Gitblit v1.8.0