blob: 1cfa7c6b0227fa79a7ec00d033417f2d61b6c08e [file] [log] [blame]
//
// Prefix header for all source files of the 'phonegap-mac' target in the 'phonegap-mac' project
//
#ifdef __OBJC__
#ifdef _DEBUG
#define DebugNSLog(format, ...) NSLog(format, ## __VA_ARGS__)
#else
#define DebugNSLog(format, ...)
#endif
#import <Cocoa/Cocoa.h>
#import "Constants.h"
#import "Utils.h"
#endif