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

#ifndef __MAILCORE_MCOSMTP_H_

#define __MAILCORE_MCOSMTP_H_

#import <MailCore/MCOSMTPSession.h>
#import <MailCore/MCOSMTPSendOperation.h>
#import <MailCore/MCOSMTPOperation.h>

#endif