Mercurial > xcodescriptingbridge
view MySampleProject_Prefix.pch @ 7:8956367af822
Added ScriptingBridge_iOSSimulatorQuit.lua for Part 4
author | Eric Wing <ewing@anscamobile.com> |
---|---|
date | Thu, 11 Aug 2011 15:44:58 -0700 |
parents | 5ec52341f221 |
children |
line wrap: on
line source
// // Prefix header for all source files of the 'MySampleProject' target in the 'MySampleProject' project // #import <Availability.h> #ifndef __IPHONE_3_0 #warning "This project uses features only available in iPhone SDK 3.0 and later." #endif #ifdef __OBJC__ #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #endif