TimeIntervalFormatter.h
changeset 26 252c13061ee5
parent 0 d84d25d6cdbb
     1.1 --- a/TimeIntervalFormatter.h	Sat Mar 08 21:04:41 2008 -0800
     1.2 +++ b/TimeIntervalFormatter.h	Wed Apr 22 16:46:38 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