Implement length formatter in terms of NSMeasurementFormatter

This commit is contained in:
Gregory John Casamento 2019-10-24 14:18:47 -04:00
parent de73db605c
commit ea21e48218
4 changed files with 65 additions and 9 deletions

View file

@ -1,7 +1,7 @@
/* Definition of class NSUnit
Copyright (C) 2019 Free Software Foundation, Inc.
By: heron
By: Gregory John Casamento <greg.casamento@gmail.com>
Date: Mon Sep 30 15:58:21 EDT 2019
This file is part of the GNUstep Library.
@ -58,7 +58,6 @@ extern "C" {
NSString *_symbol;
}
+ (instancetype)new;
- (instancetype)init;
- (instancetype)initWithSymbol:(NSString *) symbol;
- (NSString *) symbol;