aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPCustomCommandOperation.h
blob: e23d29e7fad69002b51120e7f1aba631ad9370d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
//  MCOIMAPCustomCommandOperation.h
//  mailcore2
//
//  Created by Libor Huspenina on 29/10/2015.
//  Copyright © 2015 MailCore. All rights reserved.
//

#ifndef MAILCORE_MCOIMAPCUSTOMCOMMANDOPERATION_H

#define MAILCORE_MCOIMAPCUSTOMCOMMANDOPERATION_H

#import <MailCore/MCOIMAPBaseOperation.h>
#import <MailCore/MCOConstants.h>

NS_ASSUME_NONNULL_BEGIN
@interface MCOIMAPCustomCommandOperation : MCOIMAPBaseOperation

- (void)start:(void(^)(NSString * __nullable response, NSError * __nullable error))completionBlock;

@end
NS_ASSUME_NONNULL_END

#endif