OSDN Git Service

HMResetSortieCommandクラスを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
7 #import "HMKCManagedObject.h"
8
9 #import "HMFleetInformation.h"
10
11
12 #import "HMJSONCommand.h"
13 #import "HMCompositCommand.h"
14
15 #import "HMMemberShipCommand.h"
16 #import "HMMemberSlotItemCommand.h"
17 #import "HMKenzoMarkCommand.h"
18 #import "HMRealDestroyShipCommand.h"
19 #import "HMMemberMaterialCommand.h"
20 #import "HMMemberBasicCommand.h"
21 #import "HMCalculateDamageCommand.h"
22 #import "HMApplySuppliesCommand.h"
23 #import "HMRemodelSlotItemCommand.h"
24 #import "HMStoreCreateSlotItemHistoryCommand.h"
25 #import "HMUpdateSlotItemCommand.h"
26
27
28 @interface NSFileManager (KCDExtension)
29 - (NSString *)_web_pathWithUniqueFilenameForPath:(NSString *)path;
30 @end