mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
* Headers/Foundation/NSUnit.h,
* Source/NSUnit.m: Clean up code and fix bugs.
This commit is contained in:
parent
78dc958f7b
commit
c4c8035ae5
3 changed files with 685 additions and 849 deletions
|
@ -72,7 +72,7 @@ extern "C" {
|
|||
}
|
||||
|
||||
- (NSUnitConverter *) converter;
|
||||
- (instancetype) initWithSymbol: (NSString *)symbol converter: (NSUnitConverter *)converter ;
|
||||
- (instancetype) initWithSymbol: (NSString *)symbol converter: (NSUnitConverter *)converter;
|
||||
+ (instancetype) baseUnit;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue