#include <UIKit/UIKit.h>
-#include <CydiaSubstrate/CydiaSubstrate.h>
+#include <Menes/ObjectHandle.h>
@protocol CyteTableViewCellDelegate
- (void) drawContentRect:(CGRect)rect;
@end
-@interface CYTableViewCell : UITableViewCell {
- _H<CyteTableViewCellContentView> content_;
+@interface CyteTableViewCell : UITableViewCell {
+ _H<CyteTableViewCellContentView, 1> content_;
bool highlighted_;
}