Files
RedHotRoast-ios/Assets/Plugins/iOS/GADUAdNetworkExtras.h
T

11 lines
270 B
Objective-C
Raw Normal View History

2026-05-20 14:29:11 +08:00
// Copyright 2016 Google Inc. All Rights Reserved.
#import <GoogleMobileAds/GoogleMobileAds.h>
@protocol GADUAdNetworkExtras <NSObject>
- (nonnull id<GADAdNetworkExtras>)adNetworkExtrasWithDictionary:
(nonnull NSDictionary<NSString *, NSString *> *)extras;
@end