aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCHTMLCleaner.h
blob: f47078722bd9bc155623f8f82c2dd17b0c387bfe (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__) */