public
Description: Repository for a PyObjC project built in one of my tutorial series.
Homepage: http://lethain.com/
Clone URL: git://github.com/lethain/metawindow.git
metawindow / MetaWindow_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 'MetaWindow' target in the 'MetaWindow' project
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif