lpw
2024-06-28 6b1d9ec423fd92dbed26cb421e7dec7b5dc9e0ee
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