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