blob: 8495b329d7cd46e1ea87e3a28dcb30d6fdbc090b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//
// MCRenderer.h
// mailcore2
//
// Created by DINH Viêt Hoà on 2/2/13.
// Copyright (c) 2013 MailCore. All rights reserved.
//
#ifndef __MAILCORE_MCRENDERER_H_
#define __MAILCORE_MCRENDERER_H_
#include <MailCore/MCHTMLRendererCallback.h>
#include <MailCore/MCDateFormatter.h>
#include <MailCore/MCAddressDisplay.h>
#endif
|