mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
api: generate stubs for new classes
Generate class stubs (without any method definition) for NSFileCoordinator, NSFilePresenter, NSFileVersion and NSURLSession.
This commit is contained in:
parent
e2831f34c1
commit
7636967f30
9 changed files with 104 additions and 0 deletions
15
Headers/Foundation/NSFileCoordinator.h
Normal file
15
Headers/Foundation/NSFileCoordinator.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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)
|
||||
|
||||
@interface NSFileAccessIntent : NSObject
|
||||
@end
|
||||
|
||||
@interface NSFileCoordinator : NSObject
|
||||
@end
|
||||
|
||||
#endif
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue