]> git.saurik.com Git - cydia.git/blobdiff - iPhonePrivate.h
NSSize does not exist on the iPhone: Cydia therefore uses a truncated Cocoa header...
[cydia.git] / iPhonePrivate.h
index 589dcf3f79e1e799a5c239a7e0741081826958bc..de959c9eea529ad0e8ed2ff84c6786bf019e9572 100644 (file)
@@ -54,6 +54,7 @@ typedef enum {
 
 
 @interface UIActionSheet (Apple)
+- (void) setContext:(NSString *)context;
 - (NSString *) context;
 @end
 
@@ -88,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