lpw
2026-07-16 807b36e8edef2c70145d394422251e02d0a2d534
WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADNativeMuteThisAdLoaderOptions.h
@@ -8,9 +8,10 @@
#import <GoogleMobileAds/GADAdLoader.h>
/// Mute This Ad options.
NS_SWIFT_NAME(NativeMuteThisAdLoaderOptions)
@interface GADNativeMuteThisAdLoaderOptions : GADAdLoaderOptions
/// Set to YES to request the custom Mute This Ad feature. By default, this property's value is YES.
@property(nonatomic) BOOL customMuteThisAdRequested;
@property(nonatomic) BOOL customMuteThisAdRequested NS_SWIFT_NAME(isCustomMuteThisAdRequested);
@end