OSDN Git Service

Merge branch 'master' into convertToSwift
[kcd/KCD.git] / KCD / KCD-Bridging-Header.h
1 //
2 //  Use this file to import your target's public headers that you would like to expose to Swift.
3 //
4
5 #import "HMAppDelegate.h"
6 #import "HMUserDefaults.h"
7
8 // UI
9 #import "HMFleetViewController.h"
10 #import "HMMainTabVIewItemViewController.h"
11
12
13 #import "HMSuppliesView.h"
14 #import "HMGuardEscapedView.h"
15 #import "HMDamageView.h"
16 #import "HMStrengthenListItemCellView.h"
17
18
19 #import "HMEnhancementListItem.h"
20 #import "HMPeriodicNotifier.h"
21
22
23 #import "HMMissionStatus.h"
24 #import "HMNyukyoDockStatus.h"
25 #import "HMKenzoDockStatus.h"
26
27
28 // Command
29 #import "HMGuardShelterCommand.h"
30
31
32 // Core Data
33 #import "HMServerDataStore.h"
34 #import "HMLocalDataStore.h"
35 #import "HMBookmarkManager.h"
36 #import "HMTemporaryDataStore.h"
37
38
39 #import "HMKCShipObject+Extensions.h"
40 #import "HMKCMasterMapInfo.h"
41
42 #import "HMKaihatuHistory.h"
43 #import "HMKenzoHistory.h"
44 #import "HMDropShipHistory.h"
45 #import "HMKCDeck+Extension.h"
46
47 #import "HMKCAirBase.h"
48
49 #import "HMKCBattle.h"
50
51 //
52 #import "TemporaryEnumDefined.h"