// // GADExtras.h // Google Mobile Ads SDK // // Copyright 2012 Google Inc. All rights reserved. // #import #import "GADAdNetworkExtras.h" @interface GADExtras : NSObject /// Additional parameters to be sent to Google networks. @property(nonatomic, copy) NSDictionary *additionalParameters; @end