OSDN Git Service

Merge remote-tracking branch 'origin/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
10 #import "HMSuppliesView.h"
11 #import "HMGuardEscapedView.h"
12 #import "HMDamageView.h"
13 #import "HMStrengthenListItemCellView.h"
14
15 #import "HMBridgeViewController.h"
16
17 #import "HMScreenshotListWindowController.h"
18 #import "HMScreenshotListViewController.h"
19
20 #import "HMImageView.h"
21 #import "HMTiledImageView.h"
22
23
24 // Other
25
26 #import "HMEnhancementListItem.h"
27 #import "HMPeriodicNotifier.h"
28
29
30 #import "HMMissionStatus.h"
31 #import "HMNyukyoDockStatus.h"
32 #import "HMKenzoDockStatus.h"
33
34 #import "HMScreenshotInformation.h"
35
36
37 #import "HMFleetManager.h"
38 #import "HMAnchorageRepairManager.h"
39
40
41 // Command
42 #import "HMGuardShelterCommand.h"
43
44
45 // Core Data
46 #import "HMServerDataStore.h"
47 #import "HMLocalDataStore.h"
48 #import "HMBookmarkManager.h"
49 #import "HMTemporaryDataStore.h"
50
51 #import "HMKCMasterShipObject.h"
52 #import "HMKCMasterSType.h"
53 #import "HMKCShipObject+Extensions.h"
54 #import "HMKCMasterMapInfo.h"
55
56 #import "HMKCDeck+Extension.h"
57
58 #import "HMKaihatuHistory.h"
59 #import "HMKenzoHistory.h"
60 #import "HMDropShipHistory.h"
61 #import "HMKCDeck+Extension.h"
62
63 #import "HMKCAirBase.h"
64
65 #import "HMKCBattle.h"
66
67 //
68 #import "TemporaryEnumDefined.h"