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