public
Description: A Hello World App in Cocoa for Mac OS X
Homepage: http://teabass.com/hello-world-in-cocoa/
Clone URL: git://github.com/andrew/hellococoa.git
andrew (author)
Fri Jun 13 02:33:30 -0700 2008
hellococoa / HelloWorld_Prefix.pch
100644 8 lines (6 sloc) 0.151 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'HelloWorld' target in the 'HelloWorld' project
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif