@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