OSDN Git Service

HMCreateSlotItemCommandをSwiftに変換した
[kcd/KCD.git] / KCD / KCD-Bridging-Header.h
index 25ce34a..20429ed 100644 (file)
@@ -5,11 +5,6 @@
 #import "HMAppDelegate.h"
 #import "HMUserDefaults.h"
 
-// ValueTransformer
-#import "HMActinKindTransformer.h"
-#import "HMAreaNameTransformer.h"
-#import "HMAirbasePlaneStateTransformer.h"
-
 
 // Other
 
 
 
 // Command
+#import "HMJSONCommand.h"
+
+#import "HMStart2Command.h"
+#import "HMMemberNDockCommand.h"
+#import "HMMemberKDockCommand.h"
+#import "HMMemberDeckCommand.h"
+#import "HMMemberMaterialCommand.h"
+#import "HMMemberBasicCommand.h"
+#import "HMMemberShipCommand.h"
+#import "HMMemberSlotItemCommand.h"
+#import "HMMemberShip2Command.h"
+#import "HMMemberShip3Command.h"
+#import "HMMemberRequireInfoCommand.h"
+#import "HMCreateShipCommand.h"
+#import "HMDestroyItem2Command.h"
+#import "HMMapStartCommand.h"
+#import "HMBattleCommand.h"
+#import "HMMidnightBattleCommand.h"
+#import "HMBattleResultCommand.h"
+#import "HMCombinedBattleCommand.h"
+#import "HMAirBattleCommand.h"
 #import "HMGuardShelterCommand.h"
-#import "HMCombinedCommand.h"
-
+#import "HMMapInfoCommand.h"
+#import "HMSetPlaneCommand.h"
+#import "HMSetActionCommand.h"
+#import "HMResetSortieCommand.h"
+#import "HMDropShipHistoryCommand.h"
+#import "HMDummyShipCommand.h"
+#import "HMKenzoMarkCommand.h"
+#import "HMUpdateSlotItemCommand.h"
+#import "HMStoreCreateSlotItemHistoryCommand.h"
 
 // Core Data
-#import "HMServerDataStore.h"
-#import "HMLocalDataStore.h"
 #import "HMBookmarkManager.h"
-#import "HMTemporaryDataStore.h"
 
 #import "HMKCMasterShipObject.h"
 #import "HMKCMasterSType.h"
 #import "HMKCMasterMapInfo.h"
+#import "HMKCMasterMapArea.h"
 #import "HMKCMasterSlotItemObject.h"
 #import "HMKCMasterSlotItemEquipTypeObject.h"
-
 #import "HMKCShipObject+Extensions.h"
 #import "HMKCSlotItemObject+Extensions.h"
-
 #import "HMKCDeck+Extension.h"
+#import "HMKCMaterial.h"
+#import "HMKCNyukyoDock.h"
+#import "HMKCQuest.h"
 
 #import "HMKaihatuHistory.h"
 #import "HMKenzoHistory.h"
@@ -59,6 +81,8 @@
 #import "HMKCAirBase.h"
 
 #import "HMKCBattle.h"
+#import "HMKCDamage.h"
+#import "HMKCAirBasePlaneInfo.h"
 
 //
 #import "TemporaryEnumDefined.h"