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

#import <MailCore/MCOAbstractMessagePart.h>

#ifndef __MAILCORE_MCOIMAPMESSAGEPART_H_

#define __MAILCORE_MCOIMAPMESSAGEPART_H_

@interface MCOIMAPMessagePart : MCOAbstractMessagePart <NSCopying>

@property (nonatomic, copy) NSString * partID;

@end

#endif