mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 14:02:28 +00:00
10 lines
231 B
Plaintext
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
|