summaryrefslogtreecommitdiffstats
path: root/iphone/examples/readertest/prefix.pch
blob: 9efda981fa8de817d9f1d129ef65d710b4d67c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifdef __OBJC__
# import <Foundation/Foundation.h>
# import <CoreFoundation/CoreFoundation.h>
# import <CoreGraphics/CoreGraphics.h>
# import <UIKit/UIKit.h>
# import <QuartzCore/QuartzCore.h>
# import <AVFoundation/AVFoundation.h>
# import <CoreMedia/CoreMedia.h>
# import <CoreVideo/CoreVideo.h>
# import "ZBarSDK.h"
#endif