public
Description: A buildbot GUI for OS X
Homepage: http://code.google.com/p/buildwatch/
Clone URL: git://github.com/dustin/buildwatch.git
Search Repo:
buildwatch / BuildWatch_Prefix.pch
100644 7 lines (6 sloc) 0.151 kb
1
2
3
4
5
6
7
//
// Prefix header for all source files of the 'BuildWatch' target in the 'BuildWatch' project
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif