EmailScheduler/MailCore.framework/Versions/A/Headers/MCMD5.h

26 lines
372 B
C
Raw Normal View History

2014-09-13 17:13:32 -05:00
//
// MCMD5.h
// hermes
//
// Created by DINH Viêt Hoà on 4/11/13.
// Copyright (c) 2013 MailCore. All rights reserved.
//
#ifndef MAILCORE_MCMD5_H
#define MAILCORE_MCMD5_H
#include <MailCore/MCData.h>
#include <MailCore/MCString.h>
#ifdef __cplusplus
namespace mailcore {
Data * md5Data(Data * data);
String * md5String(Data * data);
}
#endif
#endif