istereo

view 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
line source
1 //
2 // Prefix header for all source files of the 'istereo' target in the 'istereo' project
3 //
5 #import <Availability.h>
7 #ifndef __IPHONE_3_0
8 #warning "This project uses features only available in iPhone SDK 3.0 and later."
9 #endif
11 #ifdef __OBJC__
12 #import <Foundation/Foundation.h>
13 #import <UIKit/UIKit.h>
14 #endif