the very simple test app that calls the ZXingWidget
[zxing.git] / iphone / Classes / SMSAction.h
index a944db1..5448678 100644 (file)
 #import "CallAction.h"
 
 @interface SMSAction : CallAction {
-
+  NSString *body;
 }
 
+@property (nonatomic, copy) NSString *body;
+
++ actionWithNumber:(NSString *)number body:(NSString *)body;
++ actionWithNumber:(NSString *)number;
+
 @end