mirror of
https://github.com/MacPaw/XADMaster.git
synced 2025-08-29 03:23:48 +02:00
12 lines
270 B
Text
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
|