Add copy and coder methods.

This commit is contained in:
Gregory John Casamento 2019-09-15 11:17:26 -04:00
parent 2d565bb30a
commit 3b546ff753
6 changed files with 281 additions and 2 deletions

View file

@ -69,7 +69,9 @@ typedef NSUInteger NSFileVersionReplacingOptions;
- (id<NSCoding>) persistentIdentifier;
- (BOOL) removeAndReturnError: (NSError **)outError;
- (NSURL *) replaceItemAtURL: (NSURL *)url options:(NSFileVersionReplacingOptions)options error:(NSError **)error;
- (NSURL *) replaceItemAtURL: (NSURL *)url
options: (NSFileVersionReplacingOptions)options
error: (NSError **)error;
@end