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/GADInitializationStatus.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADInitializationStatus.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADInitializationStatus.h index a208443..43a4b55 100644 --- a/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADInitializationStatus.h +++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADInitializationStatus.h @@ -12,9 +12,10 @@ GADAdapterInitializationStateNotReady = 0, /// The mediation adapter is ready to service ad requests. GADAdapterInitializationStateReady = 1 -}; +} NS_SWIFT_NAME(AdapterInitializationState); /// An immutable snapshot of a mediation adapter's initialization status. +NS_SWIFT_NAME(AdapterStatus) @interface GADAdapterStatus : NSObject <NSCopying> /// Initialization state of the adapter. @@ -30,6 +31,7 @@ /// An immutable snapshot of the Google Mobile Ads SDK's initialization status, categorized by /// mediation adapter. +NS_SWIFT_NAME(InitializationStatus) @interface GADInitializationStatus : NSObject <NSCopying> /// Initialization status of each ad network available to the Google Mobile Ads SDK, keyed by its /// GADMAdapter's class name. The list of available ad networks may be incomplete during early -- Gitblit v1.8.0