Issue 412
[zxing.git] / iphone / Classes / ParsedResult.h
index 9884960..1a7566c 100644 (file)
@@ -4,7 +4,7 @@
 //
 //  Created by Christian Brunschen on 22/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.
   NSMutableArray *actions;
 }
 
-+ (NSArray *)parsedResultTypes;
-+ parsedResultForString:(NSString *)s;
 + (NSString *)typeName;
 
 - (NSString *)stringForDisplay;
+- (UIImage *)icon;
 - (NSArray *)actions;
 - (void)populateActions;