aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/rfc822/MCOMessagePart.h
diff options
context:
space:
mode:
authorGravatar DINH Viet Hoa <dinh.viet.hoa@gmail.com>2013-03-23 13:15:32 -0700
committerGravatar DINH Viet Hoa <dinh.viet.hoa@gmail.com>2013-03-23 13:15:32 -0700
commit52224ddbbb9b858f27c5861d98c0d91f60db400b (patch)
tree83eb6cae884fff9be1da3d7d041b31e7fd75f996 /src/objc/rfc822/MCOMessagePart.h
parentae907e6582b9d8faa49c85834dc8b4213af759ed (diff)
Simplified implementation of ObjC setter/getter by using a common implementation. Added RFC822 ObjC API.
Diffstat (limited to 'src/objc/rfc822/MCOMessagePart.h')
-rw-r--r--src/objc/rfc822/MCOMessagePart.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/objc/rfc822/MCOMessagePart.h b/src/objc/rfc822/MCOMessagePart.h
new file mode 100644
index 00000000..7e9ebb05
--- /dev/null
+++ b/src/objc/rfc822/MCOMessagePart.h
@@ -0,0 +1,19 @@
+//
+// MessagePart.h
+// mailcore2
+//
+// Created by DINH Viêt Hoà on 3/22/13.
+// Copyright (c) 2013 MailCore. All rights reserved.
+//
+
+#ifndef __MAILCORE_MCOMESSAGEPART_H_
+
+#define __MAILCORE_MCOMESSAGEPART_H_
+
+#import <mailcore/MCOAbstractMessagePart.h>
+
+@interface MCOMessagePart : MCOAbstractMessagePart
+
+@end
+
+#endif