Issue 412
[zxing.git] / iphone / Classes / Scan.h
index 1826f74..b96d9c9 100644 (file)
@@ -4,7 +4,7 @@
 //
 //  Created by Christian Brunschen on 29/05/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.
@@ -32,6 +32,6 @@
 @property (nonatomic, copy) NSString *text;
 @property (nonatomic, retain) NSDate *stamp;
 
-- initWithIdent:(int)i text:(NSString *)t stamp:(NSDate *)s;
+- (id)initWithIdent:(int)i text:(NSString *)t stamp:(NSDate *)s;
 
 @end