public
Description: Utilities and categories for Objective-C
Homepage:
Clone URL: git://github.com/gabriel/gh-kit.git
gh-kit / GHKit_Prefix.pch
100644 8 lines (6 sloc) 0.142 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'GHKit' target in the 'GHKit' project.
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif