18 lines
315 B
Objective-C
18 lines
315 B
Objective-C
//
|
|
// MCOSMTP.h
|
|
// mailcore2
|
|
//
|
|
// Created by DINH Viêt Hoà on 3/29/13.
|
|
// Copyright (c) 2013 MailCore. All rights reserved.
|
|
//
|
|
|
|
#ifndef MAILCORE_MCOSMTP_H
|
|
|
|
#define MAILCORE_MCOSMTP_H
|
|
|
|
#import <MailCore/MCOSMTPSession.h>
|
|
#import <MailCore/MCOSMTPSendOperation.h>
|
|
#import <MailCore/MCOSMTPOperation.h>
|
|
|
|
#endif
|