Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple...
[zxing.git] / iphone / Classes / SMSTOResultParser.h
1 //
2 //  SMSTOResultParser.h
3 //  ZXing
4 //
5 //  Created by Christian Brunschen on 25/06/2008.
6 //  Copyright 2008 Google Inc. All rights reserved.
7 //
8
9 #import <UIKit/UIKit.h>
10 #import "ResultParser.h"
11
12 @interface SMSTOResultParser : ResultParser {
13
14 }
15
16 @end