Changeset 24 for trunk/Cocoa/Pester/Source/PSAlarmSetController.h
- Timestamp:
- 10/20/02 06:31:58 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/PSAlarmSetController.h
r21 r24 8 8 9 9 #import <AppKit/AppKit.h> 10 10 #import "PSAlarm.h" 11 11 12 12 @interface PSAlarmSetController : NSWindowController { … … 20 20 IBOutlet NSTextField *timeSummary; 21 21 IBOutlet NSButton *setButton; 22 PSAlarm *alarm; 22 23 NSString *status; 23 24 BOOL isIn; 24 NSCalendarDate *alarmDate;25 NSTimeInterval alarmInterval;26 25 } 27 26
Note:
See TracChangeset
for help on using the changeset viewer.