aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOOperation+Internals.h
blob: 2862a92975296570398c183d8ee456a54b222e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
//  MCOOperation+Internals.h
//  mailcore2
//
//  Created by Matt Ronge on 01/31/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#import <mailcore/MCOperation.h>
#import <mailcore/MCOOperation.h>

// Shhh, secret stuff in here

@interface MCOOperation ()
- (id)initWithOperation:(mailcore::Operation *)op;
#ifdef __cplusplus
- (mailcore::Operation *)operation;
#endif
- (void)start;
@end