OSDN Git Service

d4c13b0670c47f23aa642684b663233267ec2d2a
[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 "HMServerDataStore.h"
9 #import "HMLocalDataStore.h"
10 #import "HMTemporaryDataStore.h"
11
12 #import "HMKCManagedObject.h"
13 #import "HMKCShipObject+Extensions.h"
14
15 #import "HMMissionStatus.h"
16 #import "HMNyukyoDockStatus.h"
17 #import "HMKenzoDockStatus.h"
18 #import "HMFleetInformation.h"
19
20
21 @interface NSFileManager (KCDExtension)
22 - (NSString *)_web_pathWithUniqueFilenameForPath:(NSString *)path;
23 @end