mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Correct names in test output. Add initial coding in formatter
This commit is contained in:
parent
e26b902801
commit
a8658d172f
3 changed files with 23 additions and 2 deletions
|
@ -111,6 +111,12 @@ GS_NSByteCountFormatter_IVARS;
|
|||
- (NSString *)stringForObjectValue: (id)obj;
|
||||
- (NSString *)stringFromMeasurement
|
||||
*/
|
||||
|
||||
- (NSString *)stringFromByteCount: (long long)byteCount;
|
||||
|
||||
+ (NSString *)stringFromByteCount: (long long)byteCount
|
||||
countStyle: (NSByteCountFormatterCountStyle)countStyle;
|
||||
|
||||
@end
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue