14 lines
218 B
Objective-C
Vendored
14 lines
218 B
Objective-C
Vendored
//
|
|
// AppDelegate.h
|
|
// objctest
|
|
//
|
|
// Created by Ronny Chan on 2024-02-13.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
@property (assign) IBOutlet NSWindow *window;
|
|
|
|
@end
|