aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/provider/MCOProvider.h
blob: 3c7bf7cedb1d4f22f7667f6a0752e3a7e91b2608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  MCOPROVIDER.h
//  mailcore2
//
//  Created by Pushkar Singh on 5/24/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef _MAILCORE__MCOPROVIDER_h
#define _MAILCORE__MCOPROVIDER_h

#import <MailCore/MCONetService.h>
#import <MailCore/MCOMailProvider.h>
#import <MailCore/MCOMailProvidersManager.h>
#import <MailCore/MCOAccountValidator.h>

#endif