Revert TUITableViewCell changes

This reverts commit f5ade96e06, reversing changes made to 91d97d6c62.

They were causing too much breakage for us.
This commit is contained in:
Justin Spahr-Summers
2012-11-12 10:31:28 -08:00
parent 7b76c240a1
commit fd1bbba8f8
9 changed files with 178 additions and 555 deletions
@@ -17,10 +17,11 @@
#import "TUIKit.h"
@interface ExampleTableViewCell : TUITableViewCell
{
TUITextRenderer *textRenderer;
}
@property (nonatomic, copy) NSAttributedString *attributedString;
@property (nonatomic, strong) TUIView *textFieldContainer;
@property (nonatomic, strong, readonly) TUITextRenderer *textRenderer;
@end