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

#ifndef MAILCORE_MCORFC822_H

#define MAILCORE_MCORFC822_H

#import <MailCore/MCOAttachment.h>
#import <MailCore/MCOMessageBuilder.h>
#import <MailCore/MCOMessageParser.h>
#import <MailCore/MCOMessagePart.h>
#import <MailCore/MCOMultipart.h>

#endif