X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=iphone%2FClasses%2FSMSAction.h;h=544867880842a6e6ab9e6cbe55f0ef4b2a1b105c;hb=759866680291e59dee87389ecc3dafea5c959138;hp=d8d2b5db97e3cf669fa013e54313d58f9533ad45;hpb=ab37b6f0a5583e2fac669da418d055cb59567fbd;p=zxing.git diff --git a/iphone/Classes/SMSAction.h b/iphone/Classes/SMSAction.h index d8d2b5db..54486788 100644 --- a/iphone/Classes/SMSAction.h +++ b/iphone/Classes/SMSAction.h @@ -4,7 +4,7 @@ // // Created by Christian Brunschen on 16/06/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. @@ -23,7 +23,12 @@ #import "CallAction.h" @interface SMSAction : CallAction { - + NSString *body; } +@property (nonatomic, copy) NSString *body; + ++ actionWithNumber:(NSString *)number body:(NSString *)body; ++ actionWithNumber:(NSString *)number; + @end