From 4b30c10cef62c07efa1faf8a21e296b4a23ff591 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Wed, 15 Jul 2026 09:35:30 +0800 Subject: [PATCH] 提交版本 4.13.0 --- frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAdValue.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAdValue.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAdValue.h index e823547..b1bc1c9 100644 --- a/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAdValue.h +++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAdValue.h @@ -16,7 +16,7 @@ GADAdValuePrecisionPublisherProvided = 2, /// The precise value paid for this ad. GADAdValuePrecisionPrecise = 3 -}; +} NS_SWIFT_NAME(AdValuePrecision); @class GADAdValue; @@ -24,6 +24,7 @@ typedef void (^GADPaidEventHandler)(GADAdValue *_Nonnull value); /// The monetary value earned from an ad. +NS_SWIFT_NAME(AdValue) @interface GADAdValue : NSObject <NSCopying> /// The precision of the reported ad value. -- Gitblit v1.8.0