Added deployment Target availablity errors

This commit is contained in:
michael starke
2014-10-15 20:36:31 +02:00
parent b8826982ab
commit f097e95e46
3 changed files with 229 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
//
#ifdef __OBJC__
#define __MAC_OS_X_VERSION_SOFT_MAX_REQUIRED __MAC_10_8
#import "MJGAvailability.h"
#import <Cocoa/Cocoa.h>
//#import "KPKAutotypeCommands.h"
#endif