aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractPart+Private.h
blob: f64ea9605b4ea5a00761de0987f336de49f00829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//
//  MCOAbstractPart+Private.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 3/21/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef MAILCORE_MCOABSTRACTPART_PRIVATE_H

#define MAILCORE_MCOABSTRACTPART_PRIVATE_H

#include <MailCore/MCOAbstractPart.h>

#ifdef __cplusplus

namespace mailcore {
    class AbstractPart;
}

@interface MCOAbstractPart (Private)

- (id) initWithMCPart:(mailcore::AbstractPart *)part;

@end

#endif

#endif