public
Description: Utilities and categories for Objective-C
Homepage:
Clone URL: git://github.com/gabriel/gh-kit.git
gabriel (author)
Wed Jul 08 21:39:34 -0700 2009
commit  296625ba880b01fc2f393ad19352974633b6312d
tree    9453e392529d64278c31588f8ddd64f848b4cd8c
parent  7e864d0f4da905fa843199c075df2e20afdf5422
gh-kit / GHKitTests_Prefix.pch
100644 11 lines (8 sloc) 0.191 kb
1
2
3
4
5
6
7
8
9
10
11
 
//
// Prefix header for all source files of the 'GHKitTests' target in the 'GHKit' project.
//
 
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#import <GHUnit/GHUnit.h>
#import "GHLogger.h"
#endif