aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/rfc822/MCOMultipart.h
blob: b5722e72adfcd23b74c87d19df8b757442fdd003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  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>

@interface MCOMultipart : MCOAbstractMultipart <NSCopying>

@end

#endif