aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPCheckAccountOperation.h
blob: f2ad33404771f60032d61e4b3cd26dce128663df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
//  MCOIMAPCheckAccountOperation.h
//  mailcore2
//
//  Created by Hoa V. DINH on 3/7/16.
//  Copyright © 2016 MailCore. All rights reserved.
//

#ifndef MAILCORE_MCOIMAPCHECKACCOUNTOPERATION_H

#define MAILCORE_MCOIMAPCHECKACCOUNTOPERATION_H

#import <MailCore/MCOIMAPOperation.h>

NS_ASSUME_NONNULL_BEGIN
/* The class is used to perform a No-Op operation. */
@interface MCOIMAPCheckAccountOperation : MCOIMAPOperation

@end
NS_ASSUME_NONNULL_END

#endif