* Headers/Foundation/NSUnit.h,

* Source/NSUnit.m: Clean up code and fix bugs.
This commit is contained in:
fredkiefer 2019-10-27 23:32:03 +01:00
parent 78dc958f7b
commit c4c8035ae5
3 changed files with 685 additions and 849 deletions

View file

@ -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