diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-18 18:02:46 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-18 18:02:46 -0800 |
commit | 555aaf71d37d23f8e221714def6fd83aadbbc03e (patch) | |
tree | 3410baf9ed271127f46677f9366f6f694937dec7 /iPhonePrivate.h | |
parent | 376c37e8d8b7aa779861f826c092316592f1a3e3 (diff) |
Factored out CYTableViewCell to fix cell highlight colors.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |