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/GADQueryInfo.h |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADQueryInfo.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADQueryInfo.h
index 9519782..239cec0 100644
--- a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADQueryInfo.h
+++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADQueryInfo.h
@@ -15,23 +15,34 @@
                                                       NSError *_Nullable error);
 
 /// Query info used in requests.
+NS_SWIFT_NAME(QueryInfo)
 @interface GADQueryInfo : NSObject
 
 /// Query string used in requests.
 @property(nonatomic, readonly, nonnull) NSString *query;
 
+#pragma mark Deprecated
+
+/// Deprecated. Use +[GADMobileAds generateSignal:completionHandler:] instead.
+///
 /// Creates query info that can be used as input in a Google request. Calls completionHandler
 /// asynchronously on the main thread once query info has been created or when an error occurs.
 + (void)createQueryInfoWithRequest:(nullable GADRequest *)request
                           adFormat:(GADAdFormat)adFormat
-                 completionHandler:(nonnull GADQueryInfoCreationCompletionHandler)completionHandler;
+                 completionHandler:(nonnull GADQueryInfoCreationCompletionHandler)completionHandler
+    GAD_DEPRECATED_MSG_ATTRIBUTE("Use +[GADMobileAds generateSignal:completionHandler:] instead.");
 
-/// Creates query info for adUnitID that can be used as input in a Google request. Calls
-/// completionHandler asynchronously on the main thread once query info has been created or when an
-/// error occurs.
+/// Deprecated. Use +[GADMobileAds generateSignal:completionHandler:] instead. Set adUnitID in the
+/// GADSignalRequest subclass.
+///
+/// Creates query info for adUnitID that can be used as input in a Google
+/// request. Calls completionHandler asynchronously on the main thread once query info has been
+/// created or when an error occurs.
 + (void)createQueryInfoWithRequest:(nullable GADRequest *)request
                           adFormat:(GADAdFormat)adFormat
                           adUnitID:(nonnull NSString *)adUnitID
-                 completionHandler:(nonnull GADQueryInfoCreationCompletionHandler)completionHandler;
+                 completionHandler:(nonnull GADQueryInfoCreationCompletionHandler)completionHandler
+    GAD_DEPRECATED_MSG_ATTRIBUTE("Use +[GADMobileAds generateSignal:completionHandler:] instead. "
+                                 "Set adUnitID in the GADSignalRequest subclass.");
 
 @end

--
Gitblit v1.8.0