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