]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UITableViewCell.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / UIKit / UITableViewCell.h
index 4cb7ddfc2e8df2f985960d93e6abf198cbcc05be..c73ee89f4ae5acfc5fd6995c26ed253d548a58f5 100644 (file)
@@ -76,7 +76,7 @@
 - (id)image;
 - (void)setSelectedImage:(id)fp8;
 - (id)selectedImage;
-- (id)contentView;
+- (UIView *)contentView;
 - (void)setBackgroundView:(id)fp8;
 - (id)backgroundView;
 - (void)setSelectedBackgroundView:(id)fp8;
 - (int)selectionStyle;
 - (void)setSelected:(BOOL)fp8;
 - (BOOL)isSelected;
+#if 1 // iPhoneOS 3.x
+- (BOOL)_isHighlighted;
+- (BOOL)isHighlighted;
+- (float)selectionPercent;
+#endif
 - (void)_deselectAnimationFinished;
 - (void)setSelected:(BOOL)fp8 animated:(BOOL)fp12;
 - (void)setEditingStyle:(int)fp8;
 - (void)setAccessoryAction:(SEL)fp8;
 - (SEL)accessoryAction;
 - (void)drawRect:(struct CGRect)fp8;
+#if 1 // iPhoneOS 3.x
+- (void)setDrawingEnabled:(BOOL)fp8;
+#endif
 - (void)_setIsAncestorOfFirstResponder:(BOOL)fp8;
 - (void)removeFromSuperview;
 - (void)layoutSubviews;