summaryrefslogtreecommitdiff
path: root/bindings/objc/test/SwordListKeyTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/objc/test/SwordListKeyTest.h')
-rw-r--r--bindings/objc/test/SwordListKeyTest.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/bindings/objc/test/SwordListKeyTest.h b/bindings/objc/test/SwordListKeyTest.h
new file mode 100644
index 0000000..4d4ff43
--- /dev/null
+++ b/bindings/objc/test/SwordListKeyTest.h
@@ -0,0 +1,14 @@
+//
+// SwordListKeyTest.h
+// MacSword2
+//
+// Created by Manfred Bergmann on 10.04.09.
+// Copyright 2009 __MyCompanyName__. All rights reserved.
+//
+
+#import <SenTestingKit/SenTestingKit.h>
+
+@interface SwordListKeyTest : SenTestCase {
+}
+
+@end