mirror of
https://github.com/darlinghq/darling-foundation.git
synced 2024-11-27 05:30:35 +00:00
Disable NSFileWrapper, use cocotron's version instead
This commit is contained in:
parent
53ad1bdede
commit
c259e1d98e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user