OSDN Git Service

guard の書き方を統一した
[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
6 // Other
7
8 #import <Foundation/Foundation.h>
9
10 @interface NSFileManager (KCDExtension)
11 - (nonnull NSString *)_web_pathWithUniqueFilenameForPath:(nonnull NSString *)path;
12 @end
13