lpw
2024-09-25 f76fcb126b14e9c98fc80fbb9dd10a7f79875f03
commit | author | age
96fe76 1 //
L 2 //  GADAdChoicesView.h
3 //  Google Mobile Ads SDK
4 //
5 //  Copyright 2016 Google LLC. All rights reserved.
6 //
7
8 #import <UIKit/UIKit.h>
9
10 /// Displays AdChoices content.
11 ///
12 /// If a GADAdChoicesView is set on GADNativeAdView prior to calling -setNativeAd:, AdChoices
13 /// content will render inside the GADAdChoicesView. By default, AdChoices is placed in the top
14 /// right corner of GADNativeAdView.
15 @interface GADAdChoicesView : UIView
16 @end