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

#ifndef __MAILCORE_MCOMESSAGEPART_H_

#define __MAILCORE_MCOMESSAGEPART_H_

#import <MailCore/MCOAbstractMessagePart.h>

/** Message part parsed from RFC 822 message data. */

@interface MCOMessagePart : MCOAbstractMessagePart <NSCopying>

@end

#endif