// // GADExtras.h // Google Mobile Ads SDK // // Copyright 2012 Google LLC. All rights reserved. // #import #import /// Ad network extras sent to Google networks. NS_SWIFT_NAME(Extras) @interface GADExtras : NSObject /// Additional parameters to be sent to Google networks. @property(nonatomic, copy, nullable) NSDictionary *additionalParameters; @end