From 5c57c740c1a3a7acbb384dcf2557fd129fa7328c Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 16 Jul 2026 14:30:49 +0800
Subject: [PATCH] 提交版本 4.13.1

---
 WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivateHeaders/GADPreloadConfigurationV2_Beta.h |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivateHeaders/GADPreloadConfigurationV2_Beta.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivateHeaders/GADPreloadConfigurationV2_Beta.h
new file mode 100644
index 0000000..e8026d0
--- /dev/null
+++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivateHeaders/GADPreloadConfigurationV2_Beta.h
@@ -0,0 +1,31 @@
+//
+//  GADPreloadConfigurationV2_Beta.h
+//  Google Mobile Ads SDK
+//
+//  Copyright © 2024 Google Inc. All rights reserved.
+//
+
+#import <GoogleMobileAds/GADAdFormat.h>
+#import <GoogleMobileAds/GADRequest.h>
+
+/// Configuration for preloading ads.
+NS_SWIFT_NAME(PreloadConfigurationV2)
+@interface GADPreloadConfigurationV2 : NSObject <NSCopying>
+
+/// The ad unit ID.
+@property(nonatomic, nonnull, readonly) NSString *adUnitID;
+
+/// The GADRequest object.
+@property(nonatomic, nonnull, readonly) GADRequest *request;
+
+/// The maximum amount of ads buffered for this configuration.
+@property(nonatomic, readwrite) NSUInteger bufferSize;
+
+/// Initializes a GADPreloadConfiguration with ad unit ID and request.
+- (nonnull instancetype)initWithAdUnitID:(nonnull NSString *)adUnitID
+                                 request:(nonnull GADRequest *)request;
+
+/// Initializes a GADPreloadConfiguration with ad unit ID and default request object.
+- (nonnull instancetype)initWithAdUnitID:(nonnull NSString *)adUnitID;
+
+@end

--
Gitblit v1.8.0