removed my proj files... get generated for each user locally.
[zxing.git] / iphone / Classes / CallAction.h
index 731a0e6..becd868 100644 (file)
@@ -4,7 +4,7 @@
 //
 //  Created by Christian Brunschen on 28/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.
@@ -30,7 +30,7 @@
 
 + (NSURL *)urlForNumber:(NSString *)number;
 
-- initWithNumber:(NSString *)number;
-+ actionWithNumber:(NSString *)number;
+- (id)initWithNumber:(NSString *)number;
++ (id)actionWithNumber:(NSString *)number;
 
 @end