This commit is contained in:
2023-02-19 00:07:15 +05:30
parent 81c5788a02
commit dc15bcfd69
381 changed files with 56257 additions and 82 deletions

View File

@@ -0,0 +1,10 @@
// Copyright 2016 Google Inc. All Rights Reserved.
#import <GoogleMobileAds/GoogleMobileAds.h>
@protocol GADUAdNetworkExtras <NSObject>
- (id<GADAdNetworkExtras>)adNetworkExtrasWithDictionary:
(NSDictionary<NSString *, NSString *> *)extras;
@end