From 807b36e8edef2c70145d394422251e02d0a2d534 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 16 Jul 2026 09:29:44 +0800 Subject: [PATCH] 提交版本 4.13.0 --- WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GoogleMobileAds.h | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GoogleMobileAds.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GoogleMobileAds.h index 4be1c83..d7b2ed8 100644 --- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GoogleMobileAds.h +++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GoogleMobileAds.h @@ -8,12 +8,13 @@ #import <UIKit/UIKit.h> /// Project version string for GoogleMobileAds. -FOUNDATION_EXPORT const unsigned char GoogleMobileAdsVersionString[]; +FOUNDATION_EXPORT const unsigned char GoogleMobileAdsVersionString[] NS_SWIFT_NAME(GoogleMobileAdsVersion); // Header files. #import <GoogleMobileAds/GADAdChoicesPosition.h> #import <GoogleMobileAds/GADAdChoicesView.h> #import <GoogleMobileAds/GADAdFormat.h> +#import <GoogleMobileAds/GADAdLoader+ServerToServer.h> #import <GoogleMobileAds/GADAdLoader.h> #import <GoogleMobileAds/GADAdLoaderAdTypes.h> #import <GoogleMobileAds/GADAdLoaderDelegate.h> @@ -42,7 +43,6 @@ #import <GoogleMobileAds/GADCustomNativeAdDelegate.h> #import <GoogleMobileAds/GADDebugOptionsViewController.h> #import <GoogleMobileAds/GADDisplayAdMeasurement.h> -#import <GoogleMobileAds/GADDynamicHeightSearchRequest.h> #import <GoogleMobileAds/GADExtras.h> #import <GoogleMobileAds/GADFullScreenContentDelegate.h> #import <GoogleMobileAds/GADInitializationStatus.h> @@ -67,14 +67,12 @@ #import <GoogleMobileAds/GADNativeAdViewAdOptions.h> #import <GoogleMobileAds/GADNativeMuteThisAdLoaderOptions.h> #import <GoogleMobileAds/GADPresentationError.h> -#import <GoogleMobileAds/GADQueryInfo.h> #import <GoogleMobileAds/GADRequest.h> #import <GoogleMobileAds/GADRequestConfiguration.h> #import <GoogleMobileAds/GADRequestError.h> #import <GoogleMobileAds/GADResponseInfo.h> #import <GoogleMobileAds/GADRewardedAd.h> #import <GoogleMobileAds/GADRewardedInterstitialAd.h> -#import <GoogleMobileAds/GADSearchBannerView.h> #import <GoogleMobileAds/GADServerSideVerificationOptions.h> #import <GoogleMobileAds/GADVideoController.h> #import <GoogleMobileAds/GADVideoControllerDelegate.h> @@ -102,6 +100,13 @@ #import <GoogleMobileAds/Mediation/GADMediationRewardedAd.h> #import <GoogleMobileAds/Mediation/GADMediationServerConfiguration.h> #import <GoogleMobileAds/Mediation/GADVersionNumber.h> -#import <GoogleMobileAds/QueryInfo/GADRequest+AdString.h> #import <GoogleMobileAds/RTBMediation/GADRTBAdapter.h> #import <GoogleMobileAds/RTBMediation/GADRTBRequestParameters.h> +#import <GoogleMobileAds/Request/GADAppOpenSignalRequest.h> +#import <GoogleMobileAds/Request/GADBannerSignalRequest.h> +#import <GoogleMobileAds/Request/GADInterstitialSignalRequest.h> +#import <GoogleMobileAds/Request/GADNativeSignalRequest.h> +#import <GoogleMobileAds/Request/GADRewardedInterstitialSignalRequest.h> +#import <GoogleMobileAds/Request/GADRewardedSignalRequest.h> +#import <GoogleMobileAds/Request/GADSignal.h> +#import <GoogleMobileAds/Request/GADSignalRequest.h> -- Gitblit v1.8.0