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_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdImageAdLoaderOptions.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdImageAdLoaderOptions.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdImageAdLoaderOptions.h index 136fab4..0fed8f1 100644 --- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdImageAdLoaderOptions.h +++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdImageAdLoaderOptions.h @@ -8,12 +8,13 @@ #import <GoogleMobileAds/GADAdLoader.h> /// Ad loader options for native ad image settings. +NS_SWIFT_NAME(NativeAdImageAdLoaderOptions) @interface GADNativeAdImageAdLoaderOptions : GADAdLoaderOptions /// Indicates whether image asset content should be loaded by the SDK. If set to YES, the SDK will /// not load image asset content and native ad image URLs can be used to fetch content. Defaults to /// NO, image assets are loaded by the SDK. -@property(nonatomic, assign) BOOL disableImageLoading; +@property(nonatomic, assign) BOOL disableImageLoading NS_SWIFT_NAME(isImageLoadingDisabled); /// Indicates whether multiple images should be loaded for each asset. Defaults to NO. @property(nonatomic, assign) BOOL shouldRequestMultipleImages; -- Gitblit v1.8.0