blob: f9beef27fd4112d2744fbe1ba49486b82ef1c410 (
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
|