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

#ifndef MAILCORE_MCOABSTRACT_H

#define MAILCORE_MCOABSTRACT_H

#import <MailCore/MCOAbstractMessage.h>
#import <MailCore/MCOAbstractMessagePart.h>
#import <MailCore/MCOAbstractMultipart.h>
#import <MailCore/MCOAbstractPart.h>
#import <MailCore/MCOAddress.h>
#import <MailCore/MCOConstants.h>
#import <MailCore/MCOMessageHeader.h>
#import <MailCore/MCOHTMLRendererDelegate.h>
#import <MailCore/MCOHTMLRendererIMAPDelegate.h>

#endif