mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 21:14:06 -08:00
d5cd0e1901
git-svn-id: https://zxing.googlecode.com/svn/trunk@1354 59b500cc-1b3d-0410-9834-0bbf25fbcc57
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
//
|
|
// Prefix header for all source files of the 'ScanTest' target in the 'ScanTest' 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 <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
#endif
|