21 lines
454 B
Objective-C
21 lines
454 B
Objective-C
//
|
|
// 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
|