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/GADMediationNativeAd.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationNativeAd.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationNativeAd.h index 74292ca..58f8e47 100644 --- a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationNativeAd.h +++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationNativeAd.h @@ -14,6 +14,7 @@ #import <UIKit/UIKit.h> /// Rendered native ad. +NS_SWIFT_NAME(MediationNativeAd) @protocol GADMediationNativeAd <GADMediationAd, GADMediatedUnifiedNativeAd> @optional @@ -34,6 +35,7 @@ @end /// Native ad configuration. +NS_SWIFT_NAME(MediationNativeAdConfiguration) @interface GADMediationNativeAdConfiguration : GADMediationAdConfiguration /// Additional options configured by the publisher for requesting a native ad. -- Gitblit v1.8.0