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
|