summaryrefslogtreecommitdiff
path: root/osx/janTestLib
diff options
context:
space:
mode:
Diffstat (limited to 'osx/janTestLib')
-rw-r--r--osx/janTestLib/janTestLib.h13
-rw-r--r--osx/janTestLib/janTestLib.m13
2 files changed, 26 insertions, 0 deletions
diff --git a/osx/janTestLib/janTestLib.h b/osx/janTestLib/janTestLib.h
new file mode 100644
index 000000000000..ecd13097d6fb
--- /dev/null
+++ b/osx/janTestLib/janTestLib.h
@@ -0,0 +1,13 @@
+//
+// janTestLib.h
+// janTestLib
+//
+// Created by Jan Iversen on 29/01/2017.
+// Copyright © 2017 Jan Iversen. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface janTestLib : NSObject
+
+@end
diff --git a/osx/janTestLib/janTestLib.m b/osx/janTestLib/janTestLib.m
new file mode 100644
index 000000000000..365103e2efee
--- /dev/null
+++ b/osx/janTestLib/janTestLib.m
@@ -0,0 +1,13 @@
+//
+// janTestLib.m
+// janTestLib
+//
+// Created by Jan Iversen on 29/01/2017.
+// Copyright © 2017 Jan Iversen. All rights reserved.
+//
+
+#import "janTestLib.h"
+
+@implementation janTestLib
+
+@end