Files
UPF/Assets/Plugins/iOS/GADUAdNetworkExtras.h
2023-02-24 22:14:55 +05:30

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