9 lines
143 B
C
9 lines
143 B
C
|
#ifndef MAILCORE_MCSMTP_H
|
||
|
|
||
|
#define MAILCORE_MCSMTP_H
|
||
|
|
||
|
#include <MailCore/MCSMTPProgressCallback.h>
|
||
|
#include <MailCore/MCSMTPSession.h>
|
||
|
|
||
|
#endif
|