diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-07 12:59:36 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-07 12:59:36 -0700 |
commit | 4f6056df15e21697242f7fda429a74d21ab0bcc7 (patch) | |
tree | a51d2f43542dce3b085d9a549b07b217c824cf81 /iPhonePrivate.h | |
parent | 3c216e5ece97fb293ef6ebc0ad38e0513d736c22 (diff) |
Use -[UIColor groupTableViewBackgroundColor] instead of -[UIColor pinStripeColor].
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index f9f03a4..de959c9 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -89,10 +89,6 @@ typedef enum { - (UIView *) view; @end -@interface UIColor (Apple) -+ (UIColor *) pinStripeColor; -@end - @interface UIControl (Apple) - (void) addTarget:(id)target action:(SEL)action forEvents:(NSInteger)events; @end |