Controller.m
// ====================================================================================================================== |
// Controller.m |
// ====================================================================================================================== |
#import "Controller.h" |
@implementation Controller |
// =========================================================================================================== Controller |
// ------------------------------------------------------------------------------------ applicationShouldOpenUntitledFile |
- (BOOL) applicationShouldOpenUntitledFile: (NSApplication *) sender |
{ |
return NO; |
} |
@end |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-10-30