X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=iphone%2FClasses%2FEmailAction.h;h=78e48e81e2e19ab4ef64204d223fb324778bdfba;hb=3dbfa07bdfe9034341f49f21f6f0f95c5fb4bd8c;hp=5561cee211d31f2b1216871d5835df72c39bc6a2;hpb=ab37b6f0a5583e2fac669da418d055cb59567fbd;p=zxing.git diff --git a/iphone/Classes/EmailAction.h b/iphone/Classes/EmailAction.h index 5561cee2..78e48e81 100644 --- a/iphone/Classes/EmailAction.h +++ b/iphone/Classes/EmailAction.h @@ -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