aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.h
diff options
context:
space:
mode:
authorGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2013-07-17 14:01:19 -0700
committerGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2013-07-17 14:01:19 -0700
commitc2f75bfae0ae58be952c2abc07d90ead01e1ed89 (patch)
treed8b5e29de04b3059be461a03b7b54c1bdbb47e27 /example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.h
parentdf1f253e6428f8fd6805e1e2492399efb95fdee9 (diff)
parent739398c238744901170a3800bd3d19f3ad584911 (diff)
Merge pull request #191 from paulyoung/message-preview-in-examples
Add message preview to iOS example.
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.h')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.h b/example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.h
new file mode 100644
index 00000000..0d680415
--- /dev/null
+++ b/example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.h
@@ -0,0 +1,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