aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.h
blob: 0d68041502ce81ec2139bd5f8c14a4abde66e1bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  MCTTableViewCell.h
//  iOS UI Test
//
//  Created by Paul Young on 14/07/2013.
//  Copyright (c) 2013 AppJon. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <MailCore/MailCore.h>

@interface MCTTableViewCell : UITableViewCell

@property (nonatomic, strong) MCOIMAPMessageRenderingOperation * messageRenderingOperation;

@end