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

#ifndef MAILCORE_MCOMULTIPART_H

#define MAILCORE_MCOMULTIPART_H

#import <MailCore/MCOAbstractMultipart.h>

/** Multipart parsed from RFC 822 message data. */

@interface MCOMultipart : MCOAbstractMultipart

@end

#endif