Issue 411
[zxing.git] / iphone / Classes / Scan.m
index 52eba24..6d7b29b 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.
@@ -28,7 +28,7 @@
 @synthesize text;
 @synthesize stamp;
 
-- initWithIdent:(int)i text:(NSString *)t stamp:(NSDate *)s {
+- (id)initWithIdent:(int)i text:(NSString *)t stamp:(NSDate *)s {
   if ((self = [super init]) != nil) {
     self.ident = i;
     self.text = t;