aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/nntp/MCONNTPOperation+Private.h
blob: 2ab429f2180b2d7f2f6628e732eae2946f4efd7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
//  MCONNTPOperation_Private.h
//  mailcore2
//
//  Created by Robert Widmann on 8/13/14.
//  Copyright (c) 2014 MailCore. All rights reserved.
//

#ifndef MAILCORE_MCONNTPOPERATION_PRIVATE_H
#define MAILCORE_MCONNTPOPERATION_PRIVATE_H

@class MCONNTPSession;

@interface MCONNTPOperation (Private)

@property (nonatomic, retain) MCONNTPSession * session;

@end

#endif