1 // Input files are Taken from https://github.com/gnustep/libs-base.git 2 #ifndef __NSFileCoordinator_h_GNUSTEP_BASE_INCLUDE 3 #define __NSFileCoordinator_h_GNUSTEP_BASE_INCLUDE 4 5 #import <Foundation/NSObject.h> 6 7 #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) 8 9 @interface NSFileAccessIntent : NSObject 10 @end 11 12 @interface NSFileCoordinator : NSObject 13 @end 14 15 #endif 16 #endif 17