// ====================================================================================================================== |
// Controller.m |
// ====================================================================================================================== |
|
|
#import "Controller.h" |
|
|
@implementation Controller |
// =========================================================================================================== Controller |
// ------------------------------------------------------------------------------------ applicationShouldOpenUntitledFile |
|
- (BOOL) applicationShouldOpenUntitledFile: (NSApplication *) sender |
{ |
return NO; |
} |
|
@end |