mirror of https://github.com/axmolengine/axmol.git
19 lines
383 B
C
19 lines
383 B
C
|
//
|
||
|
// GADAdMobExtras.h
|
||
|
// Google Ads iOS SDK
|
||
|
//
|
||
|
// Copyright (c) 2012 Google Inc. All rights reserved.
|
||
|
//
|
||
|
// The additional parameters publishers may send to the AdMob network.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
#import "GADAdNetworkExtras.h"
|
||
|
|
||
|
@interface GADAdMobExtras : NSObject <GADAdNetworkExtras>
|
||
|
|
||
|
@property (nonatomic, retain) NSDictionary *additionalParameters;
|
||
|
|
||
|
@end
|