Ignore:
Timestamp:
10/20/02 06:35:16 (22 years ago)
Author:
Nicholas Riley
Message:

Pester 1.0b1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSAlarmNotifierController.h

    r21 r26  
    99#import <AppKit/AppKit.h>
    1010
     11@class PSAlarm;
    1112
    1213@interface PSAlarmNotifierController : NSWindowController {
     
    1516}
    1617
     18+ (PSAlarmNotifierController *)controllerWithTimerExpiredNotification:(NSNotification *)notification;
     19
     20- (id)initWithAlarm:(PSAlarm *)alarm;
     21
    1722- (IBAction)close:(NSButton *)sender;
    1823
Note: See TracChangeset for help on using the changeset viewer.