zxing/iphone/Classes/URLResultParser.h

18 lines
248 B
C
Raw Normal View History

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