mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-06 22:50:44 +00:00
Generate class stubs (without any method definition) for NSFileCoordinator, NSFilePresenter, NSFileVersion and NSURLSession.
11 lines
249 B
Objective-C
11 lines
249 B
Objective-C
#ifndef __NSFileCoordinator_h_GNUSTEP_BASE_INCLUDE
|
|
#define __NSFileCoordinator_h_GNUSTEP_BASE_INCLUDE
|
|
|
|
#import <Foundation/NSObject.h>
|
|
|
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST)
|
|
@protocol NSFilePresenter <NSObject>
|
|
@end
|
|
|
|
#endif
|
|
#endif
|