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/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBRequestParameters.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBRequestParameters.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBRequestParameters.h index 84b50c6..bf0f3f8 100644 --- a/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBRequestParameters.h +++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBRequestParameters.h @@ -11,6 +11,7 @@ #import <GoogleMobileAds/Mediation/GADMediationServerConfiguration.h> /// Mediation configuration for a particular ad request. +NS_SWIFT_NAME(RTBMediationSignalsConfiguration) @interface GADRTBMediationSignalsConfiguration : NSObject /// Array of mediation credential configurations set by the publisher on the AdMob UI. Each @@ -21,6 +22,7 @@ @end /// Request parameters provided by the publisher and Google Mobile Ads SDK. +NS_SWIFT_NAME(RTBRequestParameters) @interface GADRTBRequestParameters : NSObject /// Mediation configuration for this request set by the publisher on the AdMob UI. -- Gitblit v1.8.0