summaryrefslogtreecommitdiff
path: root/osx/janTestLib/janTestLib.m
diff options
context:
space:
mode:
Diffstat (limited to 'osx/janTestLib/janTestLib.m')
-rw-r--r--osx/janTestLib/janTestLib.m13
1 files changed, 13 insertions, 0 deletions
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