Skip to content

Commit 5ecc86f

Browse files
committed
Native stuff update
1 parent d673e46 commit 5ecc86f

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed
22 Bytes
Binary file not shown.
59 Bytes
Binary file not shown.

Assets/Adjust/iOS/AdjustSdk.a

6.01 KB
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
//
2+
// ATLControlChannel.h
3+
// AdjustTestLibrary
4+
//
5+
// Created by Pedro on 23.08.17.
6+
// Copyright © 2017 adjust. All rights reserved.
7+
//
8+
9+
#import <Foundation/Foundation.h>
10+
#import "ATLTestLibrary.h"
11+
12+
@interface ATLControlChannel : NSObject
13+
14+
- (id)initWithTestLibrary:(ATLTestLibrary *)testLibrary;
15+
16+
- (void)teardown;
17+
18+
@end
-2.04 KB
Binary file not shown.

0 commit comments

Comments
 (0)