EmailScheduler/MailCore.framework/Versions/A/Headers/MCOIMAPQuotaOperation.h
2014-09-13 17:13:32 -05:00

16 lines
338 B
Objective-C

//
// 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