revert: 안드로이드 설정 변경사항 원복

This commit is contained in:
aube.lee
2025-03-09 21:52:33 +09:00
parent 0f510f9ef3
commit 8c274c2aca
84 changed files with 871 additions and 961 deletions

View File

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