summaryrefslogtreecommitdiffstats
path: root/iphone/examples/TabReader/TabReader/TabReader-Prefix.pch
blob: 701a5b18adc524eab4d6f8473bff911dd674d7dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Prefix header for all source files of the 'TabReader' target in the 'TabReader' 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>
# import "ZBarSDK.h"
#endif