X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/6895ceafe1ea62220c0df671a43c406232a60d82..b369f2a71cce0bb4403b29266a0d8c6325f85dde:/iPhonePrivate.h diff --git a/iPhonePrivate.h b/iPhonePrivate.h index bf499144..de959c9e 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -34,7 +34,6 @@ typedef enum { @interface NSString (Apple) -- (void) drawAtPoint:(CGPoint)point forWidth:(float)width withFont:(UIFont *)font ellipsis:(NSInteger)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