aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/MailCore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MailCore.h')
-rw-r--r--src/MailCore.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/MailCore.h b/src/MailCore.h
new file mode 100644
index 00000000..d890a5e8
--- /dev/null
+++ b/src/MailCore.h
@@ -0,0 +1,16 @@
+//
+// mailcore.h
+// mailcore2
+//
+// Created by DINH Viêt Hoà on 1/10/13.
+// Copyright (c) 2013 MailCore. All rights reserved.
+//
+
+#ifndef mailcore2_mailcore_h
+#define mailcore2_mailcore_h
+
+#include <MailCore/MCCore.h>
+#include <MailCore/MCAsync.h>
+#include <MailCore/MCObjC.h>
+
+#endif