]> git.saurik.com Git - cydia.git/blobdiff - iPhonePrivate.h
Fixed a number of subtle type errors and such that Clang errors about, but gcc doesn...
[cydia.git] / iPhonePrivate.h
index bf49914445e152ea3d462e8c154964cb69e8c636..f9f03a4836766ad95fe1c01c673ac15a0195b83e 100644 (file)
@@ -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