OSDN Git Service

HMNyukyoDockStatusクラスを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 #import "HMKCManagedObject.h"
9
10 #import "HMMissionStatus.h"
11 #import "HMKenzoDockStatus.h"
12 #import "HMFleetInformation.h"
13
14
15 @interface NSFileManager (KCDExtension)
16 - (NSString *)_web_pathWithUniqueFilenameForPath:(NSString *)path;
17 @end