mirror of
https://github.com/blanking003/cx-cocos.git
synced 2025-04-22 14:59:20 +00:00
8 lines
161 B
Objective-C
8 lines
161 B
Objective-C
#import <MetalKit/MetalKit.h>
|
|
#import <AppKit/NSViewController.h>
|
|
|
|
@interface ViewController : NSViewController
|
|
- (instancetype)initWithSize:(NSRect)rect;
|
|
@end
|
|
|