blob: 889478335314f323e21cf8b4ffe4eadf40c220bc (
plain)
1
2
3
4
5
6
7
8
9
10
|
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#import "Global.h"
#endif
|