mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-12-22 17:30:15 +00:00
13 lines
205 B
Objective-C
13 lines
205 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface ApplicationDelegate : NSObject
|
|
{
|
|
}
|
|
|
|
- (IBAction)showAbout:(id)sender;
|
|
- (IBAction)showInfo:(id)sender;
|
|
- (IBAction)showPrefs:(id)sender;
|
|
- (void)initUserDefaults;
|
|
|
|
@end
|