XADMaster/XADMaster_Prefix.pch
2012-08-04 21:38:03 +03:00

12 lines
270 B
Text

//
// Prefix header for all source files of the 'XADMaster' target in the 'XADMaster' project.
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
#if !NSINTEGER_DEFINED && !defined(__COCOTRON__)
typedef int NSInteger;
typedef unsigned int NSUInteger;
#endif