istereo

annotate istereo_Prefix.pch @ 42:6e9e09ec767e

fixed the xcode project, added missing files
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 31 May 2013 02:08:22 +0300
parents
children
rev   line source
nuclear@42 1 //
nuclear@42 2 // Prefix header for all source files of the 'istereo' target in the 'istereo' project
nuclear@42 3 //
nuclear@42 4
nuclear@42 5 #import <Availability.h>
nuclear@42 6
nuclear@42 7 #ifndef __IPHONE_3_0
nuclear@42 8 #warning "This project uses features only available in iPhone SDK 3.0 and later."
nuclear@42 9 #endif
nuclear@42 10
nuclear@42 11 #ifdef __OBJC__
nuclear@42 12 #import <Foundation/Foundation.h>
nuclear@42 13 #import <UIKit/UIKit.h>
nuclear@42 14 #endif