aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/rfc822/MCORFC822.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/rfc822/MCORFC822.h')
-rw-r--r--src/objc/rfc822/MCORFC822.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/objc/rfc822/MCORFC822.h b/src/objc/rfc822/MCORFC822.h
new file mode 100644
index 00000000..b85c8e53
--- /dev/null
+++ b/src/objc/rfc822/MCORFC822.h
@@ -0,0 +1,19 @@
+//
+// MCORFC822.h
+// mailcore2
+//
+// Created by DINH Viêt Hoà on 3/22/13.
+// Copyright (c) 2013 MailCore. All rights reserved.
+//
+
+#ifndef __MAILCORE_MCORFC822_H_
+
+#define __MAILCORE_MCORFC822_H_
+
+#import <mailcore/MCOAttachment.h>
+#import <mailcore/MCOMessageBuilder.h>
+#import <mailcore/MCOMessageParser.h>
+#import <mailcore/MCOMessagePart.h>
+#import <mailcore/MCOMultipart.h>
+
+#endif