istereo

view istereo_Prefix.pch @ 43:73813c1176de

better hgignore
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 14 Aug 2015 04:33:42 +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