Files
wagic/projects/mtg/wagic_Prefix.pch
2010-12-12 15:58:47 +00:00

15 lines
320 B
Plaintext
Executable File

//
// Prefix header for all source files of the 'testproject' target in the 'testproject' project
//
#import <Availability.h>
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iPhone SDK 3.0 and later."
#endif
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif