AOS_iOS_NRE_Sample/Nexacro14/iOS/nexacro14_iOS/nexacro14App/nexacro14App-Prefix.pch

15 lines
313 B
Plaintext

//
// Prefix header for all source files of the 'Nexacro14' target in the 'Nexacro14' 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