Changeset 26 for trunk/Cocoa/Pester/Source/PSAlarmNotifierController.h
- Timestamp:
- 10/20/02 06:35:16 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/PSAlarmNotifierController.h
r21 r26 9 9 #import <AppKit/AppKit.h> 10 10 11 @class PSAlarm; 11 12 12 13 @interface PSAlarmNotifierController : NSWindowController { … … 15 16 } 16 17 18 + (PSAlarmNotifierController *)controllerWithTimerExpiredNotification:(NSNotification *)notification; 19 20 - (id)initWithAlarm:(PSAlarm *)alarm; 21 17 22 - (IBAction)close:(NSButton *)sender; 18 23
Note:
See TracChangeset
for help on using the changeset viewer.