lpw
2 days ago 7c666378d77fc1746cb089c273a4bacfad995356
frameworks/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