aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPFolderInfoOperation.h
blob: ed11da95a093ea933d5d70f258b967e1958cdf06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
//  MCOIMAPFolderInfoOperation.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_MCOIMAPFOLDERINFOOPERATION_H_

#define __MAILCORE_MCOIMAPFOLDERINFOOPERATION_H_

@class MCOIMAPFolderInfo;

@interface MCOIMAPFolderInfoOperation : MCOIMAPBaseOperation
- (void)start:(void (^)(NSError *error, MCOIMAPFolderInfo *info))completionBlock;
@end

#endif