ResKnife/Cocoa/Classes/ApplicationDelegate.h

13 lines
205 B
C
Raw Normal View History

2001-10-19 19:41:13 +00:00
#import <Cocoa/Cocoa.h>
@interface ApplicationDelegate : NSObject
{
}
2002-02-02 11:31:28 +00:00
- (IBAction)showAbout:(id)sender;
2001-10-19 19:41:13 +00:00
- (IBAction)showInfo:(id)sender;
- (IBAction)showPrefs:(id)sender;
- (void)initUserDefaults;
@end