public
Description: iPhone Face Detection App
Homepage: http://www.beetlebugsoftware.com/pictureme.html
Clone URL: git://github.com/beetlebugorg/PictureMe.git
PictureMe / TouchCamera_Prefix.pch
100644 9 lines (7 sloc) 0.191 kb
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'TouchCamera' target in the 'TouchCamera' project
//
 
#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
#endif