new polished design
This commit is contained in:
parent
6d60b8e068
commit
5b59cc76a7
119 changed files with 333 additions and 6138 deletions
7
Timer.h
7
Timer.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue