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

#ifndef mailcore2_MCAsyncSMTP_h
#define mailcore2_MCAsyncSMTP_h

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

#endif