]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UITableViewCell.h
This one only took me maybe a half hour to find.
[iphone-api.git] / UIKit / UITableViewCell.h
index 4cb7ddfc2e8df2f985960d93e6abf198cbcc05be..f019525d81a020d75850a956eda5f580d89b25b6 100644 (file)
 - (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;