summaryrefslogtreecommitdiff
path: root/bindings/objc/ObjCSword.h
blob: f96009b1f5399a85f94aef5fff0ce78e6e48b150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
 *  ObjCSword.h
 *  ObjCSword
 *
 *  Created by Manfred Bergmann on 15.06.10.
 *  Copyright 2010 Software by MABE. All rights reserved.
 *
 */

#import <ObjCSword/SwordManager.h>
#import <ObjCSword/SwordLocaleManager.h>
#import <ObjCSword/SwordVerseManager.h>
#import <ObjCSword/SwordModule.h>
#import <ObjCSword/SwordBible.h>
#import <ObjCSword/SwordCommentary.h>
#import <ObjCSword/SwordDictionary.h>
#import <ObjCSword/SwordBook.h>
#import <ObjCSword/SwordKey.h>
#import <ObjCSword/SwordVerseKey.h>
#import <ObjCSword/SwordListKey.h>
#import <ObjCSword/SwordBibleBook.h>
#import <ObjCSword/SwordBibleChapter.h>
#import <ObjCSword/SwordBibleTextEntry.h>
#import <ObjCSword/SwordVerseManager.h>
#import <ObjCSword/SwordInstallSource.h>
#import <ObjCSword/SwordInstallSourceManager.h>
#import <ObjCSword/SwordModuleTextEntry.h>
#import <ObjCSword/SwordModuleTreeEntry.h>
#import <ObjCSword/SwordFilter.h>
#import <ObjCSword/VerseEnumerator.h>
#import <ObjCSword/Configuration.h>
#import <ObjCSword/OSXConfiguration.h>
#import <ObjCSword/FilterProviderFactory.h>
#import <ObjCSword/DefaultFilterProvider.h>