aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCHTMLCleaner.h
blob: 81af69dfc79c6b6b2ee0794396cb496b9304330c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
//  HTMLCleaner.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 2/3/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef __mailcore2__HTMLCleaner__
#define __mailcore2__HTMLCleaner__

#include <MailCore/MCString.h>

namespace mailcore {
    
    class HTMLCleaner {
    public:
        static String * cleanHTML(String * input);
    };
    
}

#endif /* defined(__mailcore2__HTMLCleaner__) */