// // TextResultParser.h // ZXing // // Created by Christian Brunschen on 25/06/2008. // Copyright 2008 Google Inc. All rights reserved. // #import #import "ResultParser.h" @interface TextResultParser : ResultParser { } @end