Wuyx
2017-01-04 0ba5a82e9ec833aa36729dfbad7deffbf3ea05c6
commit | author | age
6e1425 1 //
H 2 // Prefix header for all source files of the 'WaxPatch' target in the 'WaxPatch' project
3 //
4
5 #import <Availability.h>
6
7 #ifndef __IPHONE_3_0
8 #warning "This project uses features only available in iOS SDK 3.0 and later."
9 #endif
10
11 #ifdef __OBJC__
12     #import <UIKit/UIKit.h>
13     #import <Foundation/Foundation.h>
14 #endif