AOS_iOS_NRE_Sample/Nexacro17/iOS/nexacro17_iOS/nexacro17App/nexacro17App-Prefix.pch

15 lines
313 B
Plaintext

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