linphone-ios/Classes/Utils/UIDeviceAddition/UIDeviceAddition/UIDeviceAddition-Prefix.pch
2012-12-12 09:14:44 +01:00

14 lines
338 B
Text
Executable file

//
// Prefix header for all source files of the 'UIDeviceAddition' target in the 'UIDeviceAddition' 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 <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif