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

#ifndef mailcore2_MCOAbstract_h
#define mailcore2_MCOAbstract_h

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

#endif