zxing/iphone/Classes/TextResultParser.h

18 lines
250 B
Objective-C

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