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