// clang -framework Cocoa main.m -o app && ./app
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end
@implementation AppDelegate
- (void)applicationDidFinishLaunching:(NSNotification *)no...
8-17 682 views
// clang -framework Cocoa main.m -o app && ./app
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegat...