Issue 411
[zxing.git] / iphone / Classes / ResultAction.h
index 5b89627..5a8e214 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.
@@ -26,6 +26,7 @@
 }
 
 - (NSString *)title;
-- (void)performActionWithController:(UIViewController *)controller;
+- (void)performActionWithController:(UIViewController *)controller
+                      shouldConfirm:(bool)confirm;
 
 @end