File: HourFormatter.h

package info (click to toggle)
agenda.app 0.47-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,008 kB
  • sloc: objc: 8,103; makefile: 16; sh: 5
file content (7 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
/* emacs buffer mode hint -*- objc -*- */

#import <Foundation/Foundation.h>

@interface HourFormatter : NSFormatter
+ (NSString *)stringForObjectValue:(id)anObject;
@end