mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
11
Headers/Foundation/NSFilePresenter.h
Normal file
11
Headers/Foundation/NSFilePresenter.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue