mirror of
https://github.com/zxing/zxing.git
synced 2024-11-11 05:24:06 -08:00
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
|