add a string function to format an NSUInteger as a formatted string

This commit is contained in:
Mitchell Livingston
2010-11-14 20:26:58 +00:00
parent 69fcecce1a
commit c8ada6126c
5 changed files with 16 additions and 17 deletions

View File

@@ -29,6 +29,8 @@
+ (NSString *) ellipsis;
- (NSString *) stringByAppendingEllipsis;
+ (NSString *) formattedUInteger: (NSUInteger) value;
+ (NSString *) stringForFileSize: (uint64_t) size;
+ (NSString *) stringForSpeed: (CGFloat) speed;