public
Description:
Homepage: http://www.robinlu.com/blog/ichm
Clone URL: git://github.com/robin/ichm-m.git
ichm-m / iChm_Prefix.pch
100644 8 lines (7 sloc) 0.176 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'iChm' target in the 'iChm' project
//
 
#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
#endif