commit | author | age
|
96fe76
|
1 |
// |
L |
2 |
// GADAdNetworkExtras.h |
|
3 |
// Google Mobile Ads SDK |
|
4 |
// |
|
5 |
// Copyright 2012 Google LLC. All rights reserved. |
|
6 |
// |
|
7 |
|
|
8 |
#import <Foundation/Foundation.h> |
|
9 |
|
|
10 |
/// An object implementing this protocol contains information set by the publisher on the client |
|
11 |
/// device for a particular ad network. |
|
12 |
/// |
|
13 |
/// Ad networks should create an 'extras' object implementing this protocol for their publishers to |
|
14 |
/// use. |
|
15 |
@protocol GADAdNetworkExtras <NSObject> |
|
16 |
@end |