aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPIdentityOperation.h
blob: 42be05a7921210916e576af6df21bbdbc83f5e97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
//  MCOIMAPIdentityOperation.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 3/25/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#import <MailCore/MCOIMAPBaseOperation.h>

#ifndef __MAILCORE_MCOIMAPIDENTITYOPERATION_H_

#define __MAILCORE_MCOIMAPIDENTITYOPERATION_H_

@interface MCOIMAPIdentityOperation : MCOIMAPBaseOperation

- (void)start:(void (^)(NSError *error, NSDictionary * serverIdentity))completionBlock;

@end

#endif