You've already forked Commercialization.topon
13 lines
246 B
C
13 lines
246 B
C
|
|
//
|
||
|
|
// ATInterstitialAdWrapper.h
|
||
|
|
// UnityContainer
|
||
|
|
//
|
||
|
|
// Created by Martin Lau on 2019/1/8.
|
||
|
|
// Copyright © 2019 Martin Lau. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "ATBaseUnityWrapper.h"
|
||
|
|
@interface ATInterstitialAdWrapper : ATBaseUnityWrapper
|
||
|
|
|
||
|
|
@end
|