zxing/iphone/ZXingWidget/Classes/MultiFormatReader.h
smparkes@smparkes.net b7eda3b84d reduce the insanity in iphone
git-svn-id: https://zxing.googlecode.com/svn/trunk@2634 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-07 19:24:11 +00:00

17 lines
279 B
Objective-C

//
// MultiFormatReader.h
// ZXingWidget
//
// Created by Romain Pechayre on 6/14/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "FormatReader.h"
@interface MultiFormatReader : FormatReader {
}
- (id) init;
@end