Near finish

This commit is contained in:
2023-07-30 23:14:41 +05:30
parent 1569760e7b
commit 400336ef4f
1979 changed files with 1696464 additions and 301 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