commit | author | age | ||
96fe76 | 1 | // |
L | 2 | // GADExtras.h |
3 | // Google Mobile Ads SDK | |
4 | // | |
5 | // Copyright 2012 Google LLC. All rights reserved. | |
6 | // | |
7 | ||
8 | #import <Foundation/Foundation.h> | |
9 | #import <GoogleMobileAds/GADAdNetworkExtras.h> | |
10 | ||
11 | /// Ad network extras sent to Google networks. | |
12 | @interface GADExtras : NSObject <GADAdNetworkExtras> | |
13 | ||
14 | /// Additional parameters to be sent to Google networks. | |
15 | @property(nonatomic, copy, nullable) NSDictionary *additionalParameters; | |
16 | ||
17 | @end |