aboutsummaryrefslogtreecommitdiffstats
path: root/Video Tuneup/Video Tuneup-Prefix.pch
blob: 2f30193cd619a52f1f6a77cc28da6a7e1e32b568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// Prefix header for all source files of the 'Video Tuneup' target in the 'Video Tuneup' project
//

#import <Availability.h>

#ifndef __IPHONE_4_0
#warning "This project uses features only available in iOS SDK 4.0 and later."
#endif

#ifdef __OBJC__
    #import <UIKit/UIKit.h>
    #import <Foundation/Foundation.h>
#endif