mirror of
https://github.com/zxing/zxing.git
synced 2024-11-11 13:34:08 -08:00
6ede7ed564
git-svn-id: https://zxing.googlecode.com/svn/trunk@1432 59b500cc-1b3d-0410-9834-0bbf25fbcc57
17 lines
269 B
Objective-C
17 lines
269 B
Objective-C
//
|
|
// QRCodeReader.h
|
|
// ZXingWidget
|
|
//
|
|
// Created by Romain Pechayre on 6/14/10.
|
|
// Copyright 2010 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "FormatReader.h"
|
|
|
|
@interface QRCodeReader : FormatReader {
|
|
|
|
}
|
|
- (id) init;
|
|
@end
|