librashader/test/capi-tests/objctest/objctest/AppDelegate.h
2024-02-14 03:08:09 -05:00

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