scan archive UI improvements, phase 1
[zxing.git] / iphone / Classes / URLTOParsedResult.m
index 5352387..f71c949 100644 (file)
@@ -4,7 +4,7 @@
 //
 //  Created by Christian Brunschen on 29/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.
@@ -59,4 +59,9 @@
 }
 
 
++ (NSString *)typeName {
+  return @"UrlTo";
+}
+
+
 @end