Changeset 3886 for trunk/macosx/NSStringAdditions.h
- Timestamp:
- Nov 19, 2007, 6:13:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/NSStringAdditions.h
r3250 r3886 31 31 32 32 + (NSString *) stringForFileSize: (uint64_t) size; 33 + (NSString *) stringForLargeFileSizeGigs: (uint64_t) gigs bytes: (uint64_t) bytes; 34 33 35 + (NSString *) stringForSpeed: (float) speed; 34 36 + (NSString *) stringForSpeedAbbrev: (float) speed;
Note: See TracChangeset
for help on using the changeset viewer.