Issue 412
[zxing.git] / iphone / Classes / MeCardParser.m
index c784583..77d4e6d 100644 (file)
 
 @implementation MeCardParser
 
++ (void)load {
+  [ResultParser registerResultParserClass:self];
+}
+
 + (ParsedResult *)parsedResultForString:(NSString *)s {
   NSRange foundRange = [s rangeOfString:@"MECARD:"];
   if (foundRange.location == NSNotFound) {