blob: 8f7b754879758e072ba935deaeb409840c991799 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001//
2// Prefix header for all source files of the 'ipjsystest' target in the 'ipjsystest' project
3//
4#import <Availability.h>
5
6#ifndef __IPHONE_3_0
7#warning "This project uses features only available in iPhone SDK 3.0 and later."
8#endif
9
10
11#ifdef __OBJC__
12 #import <Foundation/Foundation.h>
13 #import <UIKit/UIKit.h>
14#endif