mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Add copy and coder methods.
This commit is contained in:
parent
2d565bb30a
commit
3b546ff753
6 changed files with 281 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue