new polished design

This commit is contained in:
Jeena Paradies 2010-06-13 03:53:27 +02:00
parent 6d60b8e068
commit 5b59cc76a7
119 changed files with 333 additions and 6138 deletions

View file

@ -21,9 +21,6 @@
NSMutableArray *digits;
NSImage *colon;
NSImage *no_colon;
NSImage *start_button;
NSImage *pause_button;
NSImage *alarm_button;
NSSound *alarmSound;
NSSound *clickSound;
NSSound *clearSound;
@ -49,7 +46,7 @@
- (IBAction)changeDigit:(NSButton *)sender;
- (IBAction)clearNow:(id)sender;
- (IBAction)startRepeatingTimer:(id)sender;
- (IBAction)stopRepeatingTimer:(id)sender;
- (void)startRepeatingTimer:(id)sender;
- (void)stopRepeatingTimer:(id)sender;
@end