diff options
Diffstat (limited to 'CyteKit/TableViewCell.h')
-rw-r--r-- | CyteKit/TableViewCell.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <UIKit/UIKit.h> -#include <CydiaSubstrate/CydiaSubstrate.h> +#include <Menes/ObjectHandle.h> @protocol CyteTableViewCellDelegate - (void) drawContentRect:(CGRect)rect; @@ -57,7 +57,7 @@ @end @interface CYTableViewCell : UITableViewCell { - _H<CyteTableViewCellContentView> content_; + _H<CyteTableViewCellContentView, 1> content_; bool highlighted_; } |