]> git.saurik.com Git - cydia.git/blobdiff - iPhonePrivate.h
Merge branch 'master' of saurik.com:cydia
[cydia.git] / iPhonePrivate.h
index 8e63ef126f78a893f4cb600e32cc05830380edfb..de959c9eea529ad0e8ed2ff84c6786bf019e9572 100644 (file)
@@ -34,7 +34,6 @@ typedef enum {
 
 
 @interface NSString (Apple)
-- (void) drawAtPoint:(CGPoint)point forWidth:(float)width withFont:(UIFont *)font ellipsis:(BOOL)ellipsis;
 - (NSString *) stringByAddingPercentEscapes;
 - (NSString *) stringByReplacingCharacter:(UniChar)from withCharacter:(UniChar)to;
 @end
@@ -55,6 +54,7 @@ typedef enum {
 
 
 @interface UIActionSheet (Apple)
+- (void) setContext:(NSString *)context;
 - (NSString *) context;
 @end
 
@@ -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