Disable NSFileWrapper, use cocotron's version instead

This commit is contained in:
Sergey Bugaev 2017-07-09 14:36:00 +03:00
parent 53ad1bdede
commit c259e1d98e

View File

@ -1,3 +1,6 @@
#ifndef DARLING
// defined in cocotron/AppKit/NSFileWrapper.h
#import <Foundation/NSObject.h>
@class NSData, NSDictionary, NSError, NSURL;
@ -41,3 +44,4 @@ typedef NS_OPTIONS(NSUInteger, NSFileWrapperWritingOptions) {
- (NSURL *)symbolicLinkDestinationURL;
@end
#endif