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