TimeIntervalFormatter.h
changeset 24 629c7605ab2a
parent 0 d84d25d6cdbb
     1.1 --- a/TimeIntervalFormatter.h	Sat Mar 08 21:04:41 2008 -0800
     1.2 +++ b/TimeIntervalFormatter.h	Wed Apr 08 16:31:19 2009 -0700
     1.3 @@ -16,4 +16,6 @@
     1.4  - (void) setShowsMinutes: (BOOL)showsMinutes;
     1.5  - (void) setShowsFractionalSeconds: (BOOL)showsFractionalSeconds;
     1.6  
     1.7 ++ (NSString*) formatTimeInterval: (NSTimeInterval)interval;
     1.8 +
     1.9  @end