summaryrefslogtreecommitdiff
path: root/bindings/objc/src/SwordBook.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/objc/src/SwordBook.h')
-rw-r--r--bindings/objc/src/SwordBook.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/bindings/objc/src/SwordBook.h b/bindings/objc/src/SwordBook.h
index e1cd17d..b0c520a 100644
--- a/bindings/objc/src/SwordBook.h
+++ b/bindings/objc/src/SwordBook.h
@@ -11,7 +11,7 @@
General Public License for more details. (http://www.gnu.org/licenses/gpl.html)
*/
-#import <Cocoa/Cocoa.h>
+#import <Foundation/Foundation.h>
#import "SwordModule.h"
#ifdef __cplusplus
@@ -29,9 +29,9 @@
@property(readwrite, retain) NSMutableDictionary *contents;
/**
- return the tree content for the given treekey
- the treekey has to be already loaded
- @param[in]: treekey that we should look for, nil for root
+ return the tree content for the given treeKey
+ the treeKey has to be already loaded
+ @param[in]: treeKey that we should look for, nil for root
@return: SwordTreeEntry
*/
- (SwordModuleTreeEntry *)treeEntryForKey:(NSString *)treeKey;