zxing/iphone/Classes/URLTOResultParser.h

17 lines
251 B
C
Raw Normal View History

//
// URLTOResultParser.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 URLTOResultParser : ResultParser {
}
@end