diff options
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; |