Issue 412
[zxing.git] / iphone / Classes / GeoParsedResult.h
index 639431e..4feb880 100644 (file)
@@ -4,7 +4,7 @@
 //
 //  Created by Christian Brunschen on 05/06/2008.
 /*
- * Copyright 2008 Google Inc.
+ * Copyright 2008 ZXing authors
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@
 
 @property (nonatomic, copy) NSString *location;
 
-- initWithLocation:(NSString *)location;
+- (id)initWithLocation:(NSString *)location;
 
 
 @end