OSDN Git Service

Doutakuを導入
[kcd/KCD.git] / KCD / KCD-Bridging-Header.h
index 61188e7..1b231d3 100644 (file)
@@ -2,20 +2,12 @@
 //  Use this file to import your target's public headers that you would like to expose to Swift.
 //
 
-#import "HMAppDelegate.h"
-#import "HMUserDefaults.h"
 
-#import "HMCoreDataManager.h"
-#import "HMServerDataStore.h"
-
-#import "HMKCManagedObject.h"
-
-#import "HMMissionStatus.h"
-#import "HMNyukyoDockStatus.h"
-#import "HMKenzoDockStatus.h"
-#import "HMFleetInformation.h"
+// Other
 
+#import <Foundation/Foundation.h>
 
 @interface NSFileManager (KCDExtension)
-- (NSString *)_web_pathWithUniqueFilenameForPath:(NSString *)path;
+- (nonnull NSString *)_web_pathWithUniqueFilenameForPath:(nonnull NSString *)path;
 @end
+