public
Description: Highrise on the iPhone <yet to be named>
Homepage:
Clone URL: git://github.com/mocra/highrise-iphone.git
highrise-iphone / Highrise_Prefix.pch
100644 9 lines (7 sloc) 0.179 kb
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'Highrise' target in the 'Highrise' project
//
 
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif