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/GADResponseInfo.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADResponseInfo.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADResponseInfo.h index 4c48402..a105982 100644 --- a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADResponseInfo.h +++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADResponseInfo.h @@ -9,6 +9,7 @@ #import <GoogleMobileAds/GoogleMobileAdsDefines.h> /// Response metadata for an individual ad network in an ad response. +NS_SWIFT_NAME(AdNetworkResponseInfo) @interface GADAdNetworkResponseInfo : NSObject /// A class name that identifies the ad network. @@ -56,13 +57,15 @@ FOUNDATION_EXPORT NSString *_Nonnull GADErrorUserInfoKeyResponseInfo; /// Information about a response to an ad request. +NS_SWIFT_NAME(ResponseInfo) @interface GADResponseInfo : NSObject /// Unique identifier of the ad response. @property(nonatomic, readonly, nullable) NSString *responseIdentifier; /// Dictionary of extra parameters that may be returned in an ad response. -@property(nonatomic, readonly, nonnull) NSDictionary<NSString *, id> *extrasDictionary; +@property(nonatomic, readonly, nonnull) + NSDictionary<NSString *, id> *extrasDictionary NS_SWIFT_NAME(extras); /// The GADAdNetworkResponseInfo corresponding to the adapter that was used to load the ad. Nil if /// the ad failed to load. -- Gitblit v1.8.0