// // MCObjC.h // mailcore2 // // Created by DINH Viêt Hoà on 1/27/13. // Copyright (c) 2013 MailCore. All rights reserved. // #ifndef MAILCORE_MCOBJC_H #define MAILCORE_MCOBJC_H #ifdef __OBJC__ #import <MailCore/MCOUtils.h> #import <MailCore/MCOAbstract.h> #import <MailCore/MCOIMAP.h> #import <MailCore/MCORFC822.h> #import <MailCore/MCOPOP.h> #import <MailCore/MCOSMTP.h> #import <MailCore/MCONNTP.h> #import <MailCore/MCOProvider.h> #endif #endif