aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstract.h
blob: 3100b5affc3138875575f17c9a5c9c4f84a36fd9 (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