mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 13:04:05 -08:00
ee44225e3d
git-svn-id: https://zxing.googlecode.com/svn/trunk@478 59b500cc-1b3d-0410-9834-0bbf25fbcc57
17 lines
243 B
Objective-C
17 lines
243 B
Objective-C
//
|
|
// TelResultParser.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 TelResultParser : NSObject {
|
|
|
|
}
|
|
|
|
@end
|