libs-base/Headers/Foundation/NSFileCoordinator.h
Daniel Ferreira 7636967f30 api: generate stubs for new classes
Generate class stubs (without any method definition) for
NSFileCoordinator, NSFilePresenter, NSFileVersion and NSURLSession.
2017-06-29 21:18:16 +01:00

15 lines
300 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)
@interface NSFileAccessIntent : NSObject
@end
@interface NSFileCoordinator : NSObject
@end
#endif
#endif