aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractMessage+Private.h
blob: fda4b170d4a6dbbd2e16bd75ed8d1e9540087a27 (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
//
//  MCOAbstractMessage+Private.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 3/23/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef __MAILCORE_MCOABSTRACTMESSAGE_PRIVATE_H_

#define __MAILCORE_MCOABSTRACTMESSAGE_PRIVATE_H_

#ifdef __cplusplus

namespace mailcore {
    class AbstractMessage;
}

@interface MCOAbstractMessage (Private)

- (id) initWithMCMessage:(mailcore::AbstractMessage *)message;

@end

#endif

#endif