X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/b97fcfc657e70c3216aab492819039dce187eeed..974742b28743a6fe1a838992269dfcfa772e27d8:/CyteKit/TableViewCell.h diff --git a/CyteKit/TableViewCell.h b/CyteKit/TableViewCell.h index 27fd6503..364a51cc 100644 --- a/CyteKit/TableViewCell.h +++ b/CyteKit/TableViewCell.h @@ -44,7 +44,7 @@ #include -#include +#include @protocol CyteTableViewCellDelegate - (void) drawContentRect:(CGRect)rect; @@ -56,8 +56,8 @@ @end -@interface CYTableViewCell : UITableViewCell { - _H content_; +@interface CyteTableViewCell : UITableViewCell { + _H content_; bool highlighted_; }