Issue 412
[zxing.git] / iphone / Classes / EmailAction.h
index 5561cee..78e48e8 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.
@@ -28,7 +28,7 @@
 
 @property (nonatomic, copy) NSString *recipient;
 
-- initWithRecipient:(NSString *)recipient subject:(NSString *)subject body:(NSString *)body;
-+ actionWithRecipient:(NSString *)recipient subject:(NSString *)subject body:(NSString *)body;
+- (id)initWithRecipient:(NSString *)recipient subject:(NSString *)subject body:(NSString *)body;
++ (id)actionWithRecipient:(NSString *)recipient subject:(NSString *)subject body:(NSString *)body;
 
 @end