mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-06 06:30:46 +00:00
13 lines
241 B
C
13 lines
241 B
C
|
#ifndef __NSFileVersion_h_GNUSTEP_BASE_INCLUDE
|
||
|
#define __NSFileVersion_h_GNUSTEP_BASE_INCLUDE
|
||
|
|
||
|
#import <Foundation/NSObject.h>
|
||
|
|
||
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST)
|
||
|
|
||
|
@interface NSFileVersion : NSObject
|
||
|
@end
|
||
|
|
||
|
#endif
|
||
|
#endif
|