OSDN Git Service

HMMemberShip2Commandクラスを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
17
18 @interface NSFileManager (KCDExtension)
19 - (NSString *)_web_pathWithUniqueFilenameForPath:(NSString *)path;
20 @end