mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
|
@ -34,8 +34,9 @@
|
|||
self = [super init];
|
||||
if(self != nil)
|
||||
{
|
||||
_startDate = nil;
|
||||
_startDate = [NSDate date];
|
||||
_duration = 0.0;
|
||||
RETAIN(_startDate);
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue