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

#ifndef MAILCORE_MCOPOP_H_

#define MAILCORE_MCOPOP_H

#import <MailCore/MCOPOPSession.h>
#import <MailCore/MCOPOPOperation.h>
#import <MailCore/MCOPOPFetchHeaderOperation.h>
#import <MailCore/MCOPOPFetchMessageOperation.h>
#import <MailCore/MCOPOPFetchMessagesOperation.h>
#import <MailCore/MCOPOPMessageInfo.h>

#endif