aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/MCAsync.h
blob: 414cb353a98ccb8dc193226b81d221c8f63a236c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  MCAsync.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 1/11/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef __MAILCORE_MCASYNC_H_

#define __MAILCORE_MCASYNC_H_

#include <MailCore/MCAsyncSMTP.h>
#include <MailCore/MCAsyncIMAP.h>
#include <MailCore/MCAsyncPOP.h>

#endif