mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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.
|
||||
*/
|
||||
|
||||
#ifndef __NSFileCoordinator_h_GNUSTEP_BASE_INCLUDE
|
||||
#define __NSFileCoordinator_h_GNUSTEP_BASE_INCLUDE
|
||||
#ifndef __NSFilePresenter_h_GNUSTEP_BASE_INCLUDE
|
||||
#define __NSFilePresenter_h_GNUSTEP_BASE_INCLUDE
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
|
@ -44,7 +44,7 @@ DEFINE_BLOCK_TYPE(GSFilePresentedItemChangesWithCompletionHandler, void, NSError
|
|||
- (NSOperationQueue *)presentedItemOperationQueue;
|
||||
|
||||
@optional
|
||||
- (NSURL *) primaryPresentedItemURL
|
||||
- (NSURL *) primaryPresentedItemURL;
|
||||
- (NSString *) observedPresentedItemUbiquityAttributes;
|
||||
|
||||
- (void)accommodatePresentedItemDeletionWithCompletionHandler:(GSFilePresenterCompletionHandler)completionHandler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue