summaryrefslogtreecommitdiff
path: root/bindings/objc/src/SwordModule+Index.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/objc/src/SwordModule+Index.h')
-rw-r--r--bindings/objc/src/SwordModule+Index.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/bindings/objc/src/SwordModule+Index.h b/bindings/objc/src/SwordModule+Index.h
new file mode 100644
index 0000000..879d8cb
--- /dev/null
+++ b/bindings/objc/src/SwordModule+Index.h
@@ -0,0 +1,19 @@
+//
+// SwordModuleIndex.h
+// ObjCSword
+//
+// Created by Manfred Bergmann on 13.06.10.
+// Copyright 2010 Software by MABE. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+#import "SwordModule.h"
+
+@interface SwordModule(Index)
+
+- (BOOL)hasSearchIndex;
+- (void)createSearchIndex;
+- (void)deleteSearchIndex;
+- (NSArray *)performIndexSearch:(NSString *)searchString;
+
+@end