EmailScheduler/MailCore.framework/Versions/A/Headers/MCOAbstract.h

24 lines
572 B
C
Raw Normal View History

2014-09-13 17:13:32 -05:00
//
// 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