aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/rfc822/MCOMessagePart.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-04 23:23:50 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-04 23:23:50 -0700
commitd036437a499feafdd79994fcaa38d03b50929fe0 (patch)
treee000395d2eff5532184d8e73c49daa473cf73ecc /src/objc/rfc822/MCOMessagePart.h
parent6eba7f202753d79f2de6b8a8c87864e93394343c (diff)
Header documentation. Header clean-up
Diffstat (limited to 'src/objc/rfc822/MCOMessagePart.h')
-rw-r--r--src/objc/rfc822/MCOMessagePart.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objc/rfc822/MCOMessagePart.h b/src/objc/rfc822/MCOMessagePart.h
index dc31fdfb..7d9d7f2c 100644
--- a/src/objc/rfc822/MCOMessagePart.h
+++ b/src/objc/rfc822/MCOMessagePart.h
@@ -12,6 +12,8 @@
#import <MailCore/MCOAbstractMessagePart.h>
+// Message part parsed from RFC 822 message data.
+
@interface MCOMessagePart : MCOAbstractMessagePart <NSCopying>
@end