Add implementation of -cancel

This commit is contained in:
Gregory John Casamento 2019-09-22 23:26:30 -04:00
parent f355d97b3e
commit 2a935c4d53
3 changed files with 28 additions and 6 deletions

View file

@ -50,7 +50,7 @@ DEFINE_BLOCK_TYPE(GSFilePresentedItemChangesWithCompletionHandler, void, NSError
- (void)accommodatePresentedItemDeletionWithCompletionHandler:(GSFilePresenterCompletionHandler)completionHandler;
- (void)accommodatePresentedSubitemDeletionAtURL:(NSURL *)url completionHandler:(GSFilePresenterSubitemDeletionHandler)completionHandler;
- (void)presentedItemDidChange;
- (void)presentedItemDidChangeUbiquityAttributes:(NSSet *)attributes; // API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos);
- (void)presentedItemDidChangeUbiquityAttributes:(NSSet *)attributes; // 10.13
- (void)presentedItemDidGainVersion:(NSFileVersion *)version;
- (void)presentedItemDidLoseVersion:(NSFileVersion *)version;
- (void)presentedItemDidMoveToURL:(NSURL *)newURL;