zxing/iphone/ZXingWidget/Classes/MultiFormatReader.h

17 lines
279 B
C
Raw Normal View History

//
// 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