lpw
2024-06-24 96fe7669fe8da0110590467e2e95ad88c0149112
commit | author | age
96fe76 1 //
L 2 //  GADMuteThisAdReason.h
3 //  Google Mobile Ads SDK
4 //
5 //  Copyright 2018 Google LLC. All rights reserved.
6 //
7
8 #import <Foundation/Foundation.h>
9
10 /// Reason for muting the ad.
11 @interface GADMuteThisAdReason : NSObject
12
13 /// Text that describes the reason for muting this ad. For example "Ad Covered Content".
14 @property(nonatomic, readonly, nonnull) NSString *reasonDescription;
15
16 @end