X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c..refs/heads/master:/UIKit/UITableViewCell-UITableViewCellInternal.h?ds=inline diff --git a/UIKit/UITableViewCell-UITableViewCellInternal.h b/UIKit/UITableViewCell-UITableViewCellInternal.h index 4d2f6e6..8233f7f 100644 --- a/UIKit/UITableViewCell-UITableViewCellInternal.h +++ b/UIKit/UITableViewCell-UITableViewCellInternal.h @@ -12,6 +12,9 @@ - (void)_setShouldIndentWhileEditing:(BOOL)fp8; - (void)_setDrawsTopSeparator:(BOOL)fp8; - (void)_drawSeparatorInRect:(struct CGRect)fp8; +#if 1 // iPhoneOS 1.x +- (void)_drawContentInRect:(struct CGRect)fp8 selected:(BOOL)fp24; +#endif - (void)_drawBackgroundInRect:(struct CGRect)fp8 withFade:(float)fp24; - (id)_removeControl; - (void)_grabberBeganReorder:(id)fp8;