istereo
annotate 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 |
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 |