OSDN Git Service

HMMissionStatusクラスを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 "HMFleetInformation.h"
11
12
13 @interface NSFileManager (KCDExtension)
14 - (NSString *)_web_pathWithUniqueFilenameForPath:(NSString *)path;
15 @end