Files
MacPass/MacPass/MacPass-Prefix.pch
2014-10-15 20:39:09 +02:00

10 lines
231 B
Plaintext

//
// Prefix header for all source files of the 'MacPass' target in the 'MacPass' project
//
#ifdef __OBJC__
#define __MAC_OS_X_VERSION_SOFT_MAX_REQUIRED __MAC_10_8
#import "MJGAvailability.h"
#import <Cocoa/Cocoa.h>
#endif