Clock.h [plain text]
#import <AppKit/AppKit.h>

@interface Clock : NSView
{
    int		seconds;
    NSImage	*background;
}

- (void)setSeconds: (int)s;
- (int)seconds;

@end

Generated by GNU enscript 1.6.4.