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

11 lines
254 B
C
Raw Normal View History

2024-06-12 15:01:54 +08:00
// Copyright 2016 Google Inc. All Rights Reserved.
#import <GoogleMobileAds/GoogleMobileAds.h>
@protocol GADUAdNetworkExtras <NSObject>
- (id<GADAdNetworkExtras>)adNetworkExtrasWithDictionary:
(NSDictionary<NSString *, NSString *> *)extras;
@end