Forest_Client/Forest/Assets/Plugins/iOS/GADUAdNetworkExtras.h

11 lines
254 B
Objective-C
Executable File

// Copyright 2016 Google Inc. All Rights Reserved.
#import <GoogleMobileAds/GoogleMobileAds.h>
@protocol GADUAdNetworkExtras <NSObject>
- (id<GADAdNetworkExtras>)adNetworkExtrasWithDictionary:
(NSDictionary<NSString *, NSString *> *)extras;
@end