From 555aaf71d37d23f8e221714def6fd83aadbbc03e Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 18 Nov 2010 18:02:46 -0800 Subject: Factored out CYTableViewCell to fix cell highlight colors. --- iPhonePrivate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'iPhonePrivate.h') diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 239c3f5..29c8e0e 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -241,6 +241,7 @@ typedef enum { @interface UITableViewCell (Apple) - (float) selectionPercent; +- (void) _updateHighlightColorsForView:(id)view highlighted:(BOOL)highlighted; @end @interface UITextField (Apple) -- cgit v1.2.3