aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/smtp/MCOSMTPOperation+Private.h
blob: 5b9b5ee99bc4796f215449577b7514dcbaf037fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
//  MCOSMTPOperation+Private.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 6/22/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef __MAILCORE_MCOSMTPOPERATION_PRIVATE_H_
#define __MAILCORE_MCOSMTPOPERATION_PRIVATE_H_

@class MCOSMTPSession;

@interface MCOSMTPOperation (Private)

@property (nonatomic, retain) MCOSMTPSession * session;

@end

#endif