diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2013-12-24 00:58:24 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2013-12-24 00:58:24 -0800 |
commit | 081571000c5928effb753b8571dfa0f33fe40a9b (patch) | |
tree | bfad65de82eb8718ce5de657d3bc9215b52e8c74 /iPhonePrivate.h | |
parent | 43f8a0e803bf3cbd8bc61e7236c2a870b8aab501 (diff) |
Use userInterfaceIdiom instead of isWildcat for 7.
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 08e0a33..6f4e706 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -246,10 +246,6 @@ typedef enum { - (void) addTarget:(id)target action:(SEL)action forEvents:(NSInteger)events; @end -@interface UIDevice (Apple) -- (BOOL) isWildcat; -@end - @interface UIImage (Apple) + (UIImage *) applicationImageNamed:(NSString *)name; + (UIImage *) imageAtPath:(NSString *)path; |