From 1e5242aa56dd1c52c537335ee56d7127d09b24de Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 09:19:08 +0800 Subject: [PATCH] 提交版本 4.7.0 --- WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GoogleMobileAds.h | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GoogleMobileAds.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GoogleMobileAds.h index 4be1c83..a42b6dc 100644 --- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GoogleMobileAds.h +++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/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> @@ -74,7 +74,6 @@ #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> @@ -105,3 +104,11 @@ #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