This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
JPImagePickerController/JPImagePickerDemo/JPImagePickerDemo_Prefix.pch
2009-11-11 15:41:15 +01:00

14 lines
340 B
Text

//
// Prefix header for all source files of the 'JPImagePickerDemo' target in the 'JPImagePickerDemo' project
//
#import <Availability.h>
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iPhone SDK 3.0 and later."
#endif
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif