mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Implement length formatter in terms of NSMeasurementFormatter
This commit is contained in:
parent
de73db605c
commit
ea21e48218
4 changed files with 65 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue