mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-17 04:17:17 +01:00
9 lines
149 B
Objective-C
9 lines
149 B
Objective-C
#import <MetalKit/MetalKit.h>
|
|
|
|
@interface Renderer : NSObject <MTKViewDelegate>
|
|
|
|
-(nonnull instancetype)initWithView:(nonnull MTKView *)view;
|
|
|
|
@end
|
|
|