From bf7c998c9b68756e925462bbfe1f9a699fc5055b Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 7 Mar 2011 06:53:52 -0800 Subject: Automate set{Delegate,DataSource}:nil using _H<>. --- CyteKit/TableViewCell.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CyteKit/TableViewCell.h') diff --git a/CyteKit/TableViewCell.h b/CyteKit/TableViewCell.h index 27fd650..719b16b 100644 --- a/CyteKit/TableViewCell.h +++ b/CyteKit/TableViewCell.h @@ -44,7 +44,7 @@ #include -#include +#include @protocol CyteTableViewCellDelegate - (void) drawContentRect:(CGRect)rect; @@ -57,7 +57,7 @@ @end @interface CYTableViewCell : UITableViewCell { - _H content_; + _H content_; bool highlighted_; } -- cgit v1.2.3