Small style stuff
[zxing.git] / iphone / ZXingWidget / Classes / MultiFormatUPCEANReader.h
1 //
2 //  MultiFormatUPCEANReader.h
3 //  ZXingWidget
4 //
5 //  Created by Romain Pechayre on 6/14/10.
6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10 #import "FormatReader.h"
11
12
13 @interface MultiFormatUPCEANReader : FormatReader {
14
15 }
16 - (id) init;
17 @end