comparison MySampleProject_Prefix.pch @ 0:5ec52341f221

Initial commit
author Eric Wing <ewing@anscamobile.com>
date Fri, 29 Jul 2011 18:18:15 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5ec52341f221
1 //
2 // Prefix header for all source files of the 'MySampleProject' target in the 'MySampleProject' project
3 //
4
5 #import <Availability.h>
6
7 #ifndef __IPHONE_3_0
8 #warning "This project uses features only available in iPhone SDK 3.0 and later."
9 #endif
10
11 #ifdef __OBJC__
12 #import <Foundation/Foundation.h>
13 #import <UIKit/UIKit.h>
14 #endif