OSDN Git Service

HMMemberNDockCommandクラスを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
14
15 @interface NSFileManager (KCDExtension)
16 - (NSString *)_web_pathWithUniqueFilenameForPath:(NSString *)path;
17 @end