WDTVlive-iPhone-remote/WDTVlive/WDTVlive-Prefix.pch
2011-10-05 01:23:56 +02:00

14 lines
322 B
Text

//
// Prefix header for all source files of the 'WDTVlive' target in the 'WDTVlive' 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