zxing/iphone/Classes/GeoResultParser.h

17 lines
247 B
C
Raw Normal View History

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