the very simple test app that calls the ZXingWidget
[zxing.git] / iphone / Classes / TextParsedResult.m
index 4e1dd34..1572456 100644 (file)
@@ -27,7 +27,7 @@
 
 @synthesize text;
 
-- initWithString:(NSString *)s {
+- (id)initWithString:(NSString *)s {
   if ((self  = [super init]) != nil) {
     self.text = s;
   }