Files
AHAlertView/AHAlertViewSample/AHAlertViewSample-Prefix.pch
Warren Moore e37df1c2cb Initial Commit
2012-09-10 12:02:33 -05:00

15 lines
331 B
Plaintext

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