aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/iOS UI Test-Prefix.pch
blob: 084c93ad04873719c0959ce6107b25aec3a8d69d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// Prefix header for all source files of the 'iOS UI Test' target in the 'iOS UI Test' project
//

#import <Availability.h>

#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif

#ifdef __OBJC__
	#import <UIKit/UIKit.h>
	#import <Foundation/Foundation.h>
#endif