- reward ads init. - 광고 아이디 테스트용으로 세팅 - 충돌 방지 위해 메인씬에서 AD Manager 제거 - 상점 구현 후 로직 정비 필요
11 lines
270 B
Objective-C
11 lines
270 B
Objective-C
// Copyright 2016 Google Inc. All Rights Reserved.
|
|
|
|
#import <GoogleMobileAds/GoogleMobileAds.h>
|
|
|
|
@protocol GADUAdNetworkExtras <NSObject>
|
|
|
|
- (nonnull id<GADAdNetworkExtras>)adNetworkExtrasWithDictionary:
|
|
(nonnull NSDictionary<NSString *, NSString *> *)extras;
|
|
|
|
@end
|