johnreilly / presence

Me fumbling through the Stanford iPhone development course

This URL has Read+Write access

presence / presence_Prefix.pch
100644 9 lines (7 sloc) 0.185 kb
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'presence' target in the 'presence' project
//
 
#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
#endif