aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractPart+Private.h
blob: 47ea189be0a201bc74aaab39dea67ba3a67764a1 (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