OSDN Git Service

HMNyukyoStartCommandをSwiftに変換した
[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
9 // Other
10
11 #import "HMEnhancementListItem.h"
12
13
14 #import "HMMissionStatus.h"
15 #import "HMNyukyoDockStatus.h"
16 #import "HMKenzoDockStatus.h"
17
18 #import "HMScreenshotInformation.h"
19
20
21 #import "HMFleetManager.h"
22 #import "HMAnchorageRepairManager.h"
23
24 #import "HMScreenshotModel.h"
25
26
27 // Command
28 #import "HMJSONCommand.h"
29
30 #import "HMStart2Command.h"
31 #import "HMMemberNDockCommand.h"
32 #import "HMMemberKDockCommand.h"
33 #import "HMMemberDeckCommand.h"
34 #import "HMMemberMaterialCommand.h"
35 #import "HMMemberBasicCommand.h"
36 #import "HMMemberShipCommand.h"
37 #import "HMMemberSlotItemCommand.h"
38 #import "HMMemberShip2Command.h"
39 #import "HMMemberShip3Command.h"
40 #import "HMMemberRequireInfoCommand.h"
41 #import "HMCreateShipCommand.h"
42 #import "HMDestroyItem2Command.h"
43 #import "HMMapStartCommand.h"
44 #import "HMBattleCommand.h"
45 #import "HMMidnightBattleCommand.h"
46 #import "HMBattleResultCommand.h"
47 #import "HMCombinedBattleCommand.h"
48 #import "HMAirBattleCommand.h"
49 #import "HMGuardShelterCommand.h"
50 #import "HMMapInfoCommand.h"
51 #import "HMSetPlaneCommand.h"
52 #import "HMSetActionCommand.h"
53 #import "HMCreateSlotItemCommand.h"
54 #import "HMGetShipCommand.h"
55 #import "HMDestroyShipCommand.h"
56 #import "HMPowerUpCommand.h"
57 #import "HMRemodelSlotCommand.h"
58 #import "HMShipDeckCommand.h"
59 #import "HMChangeHenseiCommand.h"
60 #import "HMKaisouLockCommand.h"
61 #import "HMSlotResetCommand.h"
62 #import "HMCombinedCommand.h"
63 #import "HMSlotDepriveCommand.h"
64 #import "HMQuestListCommand.h"
65 #import "HMClearItemGetComand.h"
66 #import "HMResetSortieCommand.h"
67 #import "HMDropShipHistoryCommand.h"
68 #import "HMDummyShipCommand.h"
69
70 // Core Data
71 #import "HMBookmarkManager.h"
72
73 #import "HMKCMasterShipObject.h"
74 #import "HMKCMasterSType.h"
75 #import "HMKCMasterMapInfo.h"
76 #import "HMKCMasterMapArea.h"
77 #import "HMKCMasterSlotItemObject.h"
78 #import "HMKCMasterSlotItemEquipTypeObject.h"
79 #import "HMKCShipObject+Extensions.h"
80 #import "HMKCSlotItemObject+Extensions.h"
81 #import "HMKCDeck+Extension.h"
82 #import "HMKCMaterial.h"
83 #import "HMKCNyukyoDock.h"
84
85 #import "HMKaihatuHistory.h"
86 #import "HMKenzoHistory.h"
87 #import "HMDropShipHistory.h"
88 #import "HMKCDeck+Extension.h"
89
90 #import "HMKCAirBase.h"
91
92 #import "HMKCBattle.h"
93 #import "HMKCDamage.h"
94 #import "HMKCAirBasePlaneInfo.h"
95
96 //
97 #import "TemporaryEnumDefined.h"
98
99 @interface NSFileManager (KCDExtension)
100 - (NSString *)_web_pathWithUniqueFilenameForPath:(NSString *)path;
101 @end
102