mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Fix issue with NSFilePresenter include
This commit is contained in:
parent
849256a7c8
commit
587b5342a9
1 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@
|
||||||
Boston, MA 02111 USA.
|
Boston, MA 02111 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __NSFileCoordinator_h_GNUSTEP_BASE_INCLUDE
|
#ifndef __NSFilePresenter_h_GNUSTEP_BASE_INCLUDE
|
||||||
#define __NSFileCoordinator_h_GNUSTEP_BASE_INCLUDE
|
#define __NSFilePresenter_h_GNUSTEP_BASE_INCLUDE
|
||||||
|
|
||||||
#import <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ DEFINE_BLOCK_TYPE(GSFilePresentedItemChangesWithCompletionHandler, void, NSError
|
||||||
- (NSOperationQueue *)presentedItemOperationQueue;
|
- (NSOperationQueue *)presentedItemOperationQueue;
|
||||||
|
|
||||||
@optional
|
@optional
|
||||||
- (NSURL *) primaryPresentedItemURL
|
- (NSURL *) primaryPresentedItemURL;
|
||||||
- (NSString *) observedPresentedItemUbiquityAttributes;
|
- (NSString *) observedPresentedItemUbiquityAttributes;
|
||||||
|
|
||||||
- (void)accommodatePresentedItemDeletionWithCompletionHandler:(GSFilePresenterCompletionHandler)completionHandler;
|
- (void)accommodatePresentedItemDeletionWithCompletionHandler:(GSFilePresenterCompletionHandler)completionHandler;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue