OSDN Git Service

Doutakuを導入
[kcd/KCD.git] / KCD / KCD-Bridging-Header.h
index 67619ea..1b231d3 100644 (file)
@@ -2,25 +2,12 @@
 //  Use this file to import your target's public headers that you would like to expose to Swift.
 //
 
-#import "HMAppDelegate.h"
 
-#import "HMKCManagedObject.h"
-
-#import "HMFleetInformation.h"
-
-
-#import "HMJSONCommand.h"
-#import "HMCompositCommand.h"
-
-#import "HMMemberShipCommand.h"
-#import "HMMemberSlotItemCommand.h"
-#import "HMKenzoMarkCommand.h"
-#import "HMMemberMaterialCommand.h"
-#import "HMMemberBasicCommand.h"
-#import "HMCalculateDamageCommand.h"
-#import "HMStoreCreateSlotItemHistoryCommand.h"
+// Other
 
+#import <Foundation/Foundation.h>
 
 @interface NSFileManager (KCDExtension)
-- (NSString *)_web_pathWithUniqueFilenameForPath:(NSString *)path;
+- (nonnull NSString *)_web_pathWithUniqueFilenameForPath:(nonnull NSString *)path;
 @end
+