aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAddress+Private.h
blob: 34fce13cc7e9107ff4562cca9c4af332d4ae2da3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
//  MCOAddress+Private.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 3/11/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifdef __cplusplus
namespace mailcore {
    class Address;
}

@interface MCOAddress (Private)

- (id) initWithMCAddress:(mailcore::Address *)address;
+ (MCOAddress *) addressWithMCAddress:(mailcore::Address *)address;

@end
#endif