api: generate stubs for new classes

Generate class stubs (without any method definition) for
NSFileCoordinator, NSFilePresenter, NSFileVersion and NSURLSession.
This commit is contained in:
Daniel Ferreira 2017-06-21 10:03:43 +10:00 committed by Ivan Vučica
parent e2831f34c1
commit 7636967f30
9 changed files with 104 additions and 0 deletions

View 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