You've already forked Commercialization.topon
16 lines
389 B
Objective-C
16 lines
389 B
Objective-C
//
|
|
// ATUnityManager.h
|
|
// UnityContainer
|
|
//
|
|
// Created by Martin Lau on 08/08/2018.
|
|
// Copyright © 2018 Martin Lau. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "ATUnityWrapper.h"
|
|
|
|
@interface ATUnityManager : NSObject<ATUnityWrapper>
|
|
+(instancetype)sharedInstance;
|
|
- (id)selWrapperClassWithDict:(NSDictionary *)dict callback:(void(*)(const char*))callback;
|
|
@end
|