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