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

11 lines
270 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>
2024-06-21 15:47:31 +08:00
- (nonnull id<GADAdNetworkExtras>)adNetworkExtrasWithDictionary:
(nonnull NSDictionary<NSString *, NSString *> *)extras;
2024-06-12 15:01:54 +08:00
@end