Cleaned up the iPhone code so that it compiles with the 3.1.2 SDK. Also tightened...
[zxing.git] / iphone / Classes / SMSParsedResult.m
index c9d1e13..ac2205b 100644 (file)
@@ -27,7 +27,7 @@
 @synthesize number;
 @synthesize body;
 
-- initWithNumber:(NSString *)n body:(NSString *)b {
+- (id)initWithNumber:(NSString *)n body:(NSString *)b {
   if ((self = [super init]) != nil) {
     self.number = n;
     self.body = b;