summaryrefslogtreecommitdiff
path: root/bindings/objc/test/SwordModuleTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/objc/test/SwordModuleTest.h')
-rw-r--r--bindings/objc/test/SwordModuleTest.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/bindings/objc/test/SwordModuleTest.h b/bindings/objc/test/SwordModuleTest.h
new file mode 100644
index 0000000..74bca21
--- /dev/null
+++ b/bindings/objc/test/SwordModuleTest.h
@@ -0,0 +1,17 @@
+//
+// SwordModuleTest.h
+// ObjCSword
+//
+// Created by Manfred Bergmann on 14.06.10.
+// Copyright 2010 Software by MABE. All rights reserved.
+//
+
+#import <SenTestingKit/SenTestingKit.h>
+
+@class SwordModule;
+
+@interface SwordModuleTest : SenTestCase {
+ SwordModule *mod;
+}
+
+@end