Save new folder
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
/* MyAppDelegate */
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface MyAppDelegate : NSObject
|
||||
{
|
||||
BOOL initial_action_done;
|
||||
BOOL should_terminate;
|
||||
}
|
||||
- (id)init;
|
||||
- (IBAction)showPreferences:(id)sender;
|
||||
- (BOOL)shouldShowUI;
|
||||
- (BOOL)shouldTerminate;
|
||||
- (void)testFileTypeBinding;
|
||||
@end
|
||||
Reference in New Issue
Block a user