18 lines
324 B
C
18 lines
324 B
C
//
|
|
// MCProvider.h
|
|
// mailcore2
|
|
//
|
|
// Created by Robert Widmann on 4/28/13.
|
|
// Copyright (c) 2013 MailCore. All rights reserved.
|
|
//
|
|
|
|
#ifndef MAILCORE_MCPROVIDER_H
|
|
|
|
#define MAILCORE_MCPROVIDER_H
|
|
|
|
#include <MailCore/MCMailProvidersManager.h>
|
|
#include <MailCore/MCMailProvider.h>
|
|
#include <MailCore/MCNetService.h>
|
|
|
|
#endif
|