aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPQuotaOperation.h
blob: c0463bb0f5189d0213c78992f29c655346589575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  MCOIMAPQuotaOperation.h
//  mailcore2
//
//  Created by Petro Korenev on 8/2/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#import "MCOIMAPBaseOperation.h"

@interface MCOIMAPQuotaOperation : MCOIMAPBaseOperation

- (void) start:(void (^)(NSError * error, NSUInteger usage, NSUInteger limit))completionBlock;

@end