18 lines
336 B
C
18 lines
336 B
C
//
|
|
// MCAsyncSMTP.h
|
|
// mailcore2
|
|
//
|
|
// Created by DINH Viêt Hoà on 1/11/13.
|
|
// Copyright (c) 2013 MailCore. All rights reserved.
|
|
//
|
|
|
|
#ifndef MAILCORE_MCASYNCSMTP_H
|
|
|
|
#define MAILCORE_MCASYNCSMTP_H
|
|
|
|
#include <MailCore/MCSMTPAsyncSession.h>
|
|
#include <MailCore/MCSMTPOperation.h>
|
|
#include <MailCore/MCSMTPOperationCallback.h>
|
|
|
|
#endif
|