5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVIEW_H_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVIEW_H_
18@protocol FlutterViewDelegate <NSObject>
22- (void)viewDidReshape:(nonnull NSView*)view;
27- (
BOOL)viewShouldAcceptFirstResponder:(nonnull NSView*)view;
40- (nullable instancetype)initWithMTLDevice:(nonnull
id<MTLDevice>)device
41 commandQueue:(nonnull
id<MTLCommandQueue>)commandQueue
42 delegate:(nonnull
id<FlutterViewDelegate>)delegate
44 NS_DESIGNATED_INITIALIZER;
47 pixelFormat:(nullable NSOpenGLPixelFormat*)format NS_UNAVAILABLE;
48- (nonnull instancetype)
initWithFrame:(NSRect)frameRect NS_UNAVAILABLE;
49- (nullable instancetype)
initWithCoder:(nonnull NSCoder*)coder NS_UNAVAILABLE;
65- (void)setBackgroundColor:(nonnull NSColor*)color;
72- (void)didUpdateMouseCursor:(nonnull NSCursor*)cursor;
FlutterSurfaceManager * surfaceManager
instancetype init NS_UNAVAILABLE
instancetype initWithFrame
instancetype initWithCoder