// // reicast-ios-Prefix.pch // reicast-ios // // Copyright (c) 2015 reicast. All rights reserved. // #ifndef reicast_ios_reicast_ios_Prefix_pch #define reicast_ios_reicast_ios_Prefix_pch #import #ifndef __IPHONE_5_0 #warning "This project uses features only available in iOS SDK 5.0 and later." #endif #ifdef __OBJC__ #import #import #endif #endif