[iphone] now decoders need to be injected into ZXingWidgetController to enhance perfo...
[zxing.git] / iphone / ZXingWidget / Classes / MultiFormatUPCEANReader.h
diff --git a/iphone/ZXingWidget/Classes/MultiFormatUPCEANReader.h b/iphone/ZXingWidget/Classes/MultiFormatUPCEANReader.h
new file mode 100644 (file)
index 0000000..3777dc9
--- /dev/null
@@ -0,0 +1,17 @@
+//
+//  MultiFormatUPCEANReader.h
+//  ZXingWidget
+//
+//  Created by Romain Pechayre on 6/14/10.
+//  Copyright 2010 __MyCompanyName__. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "FormatReader.h"
+
+
+@interface MultiFormatUPCEANReader : FormatReader {
+
+}
+- (id) init;
+@end