lpw
2024-06-24 96fe7669fe8da0110590467e2e95ad88c0149112
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