@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
@interface UIActionSheet (Apple)
+- (void) setContext:(NSString *)context;
- (NSString *) context;
@end
- (UIView *) view;
@end
-@interface UIColor (Apple)
-+ (UIColor *) pinStripeColor;
-@end
-
@interface UIControl (Apple)
- (void) addTarget:(id)target action:(SEL)action forEvents:(NSInteger)events;
@end