Issue 411
[zxing.git] / iphone / Classes / ResultAction.h
index f95a66e..5a8e214 100644 (file)
@@ -26,6 +26,7 @@
 }
 
 - (NSString *)title;
-- (void)performActionWithController:(UIViewController *)controller;
+- (void)performActionWithController:(UIViewController *)controller
+                      shouldConfirm:(bool)confirm;
 
 @end