aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/rfc822/MCOMessageParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/rfc822/MCOMessageParser.h')
-rw-r--r--src/objc/rfc822/MCOMessageParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/rfc822/MCOMessageParser.h b/src/objc/rfc822/MCOMessageParser.h
index 6bbed0be..c0e3f37c 100644
--- a/src/objc/rfc822/MCOMessageParser.h
+++ b/src/objc/rfc822/MCOMessageParser.h
@@ -26,7 +26,7 @@
+ (MCOMessageParser *) messageParserWithData:(NSData *)data;
/** data is the RFC 822 formatted message.*/
-- (id) initWithData:(NSData *)data;
+- (instancetype) initWithData:(NSData *)data;
- (void) dealloc;
/** It's the main part of the message. It can be MCOMessagePart, MCOMultipart or MCOAttachment.*/