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 @protocol NSFilePresenter <NSObject> 9 @end 10 11 #endif 12 #endif 13