24 lines
572 B
Objective-C
24 lines
572 B
Objective-C
//
|
|
// 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
|