You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// |
|
// AdjustUnity.h |
|
// Adjust SDK |
|
// |
|
// Created by Pedro Silva (@nonelse) on 27th March 2014. |
|
// Copyright © 2012-2018 Adjust GmbH. All rights reserved. |
|
// |
|
|
|
/** |
|
* @brief The main interface to Adjust Unity bridge. |
|
*/ |
|
@interface AdjustUnity : NSObject |
|
|
|
@end
|
|
|