diff options
-rw-r--r-- | iPhonePrivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 8e63ef1..bf49914 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -34,7 +34,7 @@ typedef enum { @interface NSString (Apple) -- (void) drawAtPoint:(CGPoint)point forWidth:(float)width withFont:(UIFont *)font ellipsis:(BOOL)ellipsis; +- (void) drawAtPoint:(CGPoint)point forWidth:(float)width withFont:(UIFont *)font ellipsis:(NSInteger)ellipsis; - (NSString *) stringByAddingPercentEscapes; - (NSString *) stringByReplacingCharacter:(UniChar)from withCharacter:(UniChar)to; @end |