gabriel / gh-kit

Utilities and categories for Objective-C

This URL has Read+Write access

gh-kit / GHKitIPhone_Prefix.pch
100644 10 lines (9 sloc) 0.219 kb
1
2
3
4
5
6
7
8
9
10
//
// Prefix header for all source files of the 'GHKitIPhone' target in the 'GHKitIPhone' project
//
 
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "GHKit.h"
#import "GHUnit.h"
#endif