1 /* emacs buffer mode hint -*- objc -*- */
2 
3 #import <Foundation/Foundation.h>
4 
5 @interface HourFormatter : NSFormatter
6 + (NSString *)stringForObjectValue:(id)anObject;
7 @end
8