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/GAMBannerView.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GAMBannerView.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GAMBannerView.h index 0413733..58ecb97 100644 --- a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GAMBannerView.h +++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GAMBannerView.h @@ -14,6 +14,7 @@ @class GAMBannerView; /// The delegate of a GADAdLoader object must conform to this protocol to receive GAMBannerViews. +NS_SWIFT_NAME(AdManagerBannerAdLoaderDelegate) @protocol GAMBannerAdLoaderDelegate <GADAdLoaderDelegate> /// Asks the delegate which banner ad sizes should be requested. @@ -30,6 +31,7 @@ /// To request this ad type using GADAdLoader, you need to pass GADAdLoaderAdTypeGAMBanner (see /// GADAdLoaderAdTypes.h) to the |adTypes| parameter in GADAdLoader's initializer method. If you /// request this ad type, your delegate must conform to the GAMBannerAdLoaderDelegate protocol. +NS_SWIFT_NAME(AdManagerBannerView) @interface GAMBannerView : GADBannerView /// Required value created on the Ad Manager website. Create a new ad unit for every unique @@ -69,7 +71,7 @@ /// Video controller for controlling video rendered by this ad view. @property(nonatomic, readonly, nonnull) GADVideoController *videoController; -/// If you've set enableManualImpressions to YES, call this method when the ad is visible. +/// If you've set manualImpressionsEnabled to YES, call this method when the ad is visible. - (void)recordImpression; /// Use this function to resize the banner view without launching a new ad request. -- Gitblit v1.8.0