feat: 구글 애드몹 패키지 추가#2

This commit is contained in:
aube.lee
2025-03-01 00:41:39 +09:00
parent 26fccdc12b
commit 5fed5814ad
12 changed files with 671 additions and 2 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