blob: 7832bacdeb507b0b145ec0f8e87ee123bc39a4bf [file] [log] [blame]
//
// Prefix header for all source files of the 'iPhoneExample' target in the 'iPhoneExample' 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