Compute last modified string for subdir folders
[pithos-ios] / OpenStack_Prefix.pch
1 //
2 // Prefix header for all source files of the 'OpenStack' target in the 'OpenStack' project
3 //
4 #import <Availability.h>
5
6 #ifndef __IPHONE_3_0
7 #warning "This project uses features only available in iPhone SDK 3.0 and later."
8 #endif
9
10 #ifdef __OBJC__
11     #import <Foundation/Foundation.h>
12     #import <UIKit/UIKit.h>
13 #endif