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

#import "MCOIMAPBaseOperation.h"

NS_ASSUME_NONNULL_BEGIN
@interface MCOIMAPQuotaOperation : MCOIMAPBaseOperation

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

@end
NS_ASSUME_NONNULL_END