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

#ifndef MAILCORE_MCASYNCSMTP_H

#define MAILCORE_MCASYNCSMTP_H

#include <MailCore/MCSMTPAsyncSession.h>
#include <MailCore/MCSMTPOperation.h>
#include <MailCore/MCSMTPOperationCallback.h>

#endif