5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERMETALLAYER_H_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERMETALLAYER_H_
8#import <QuartzCore/QuartzCore.h>
14@property(nullable, retain) id<MTLDevice>
device;
31@protocol MTLCommandBuffer;
39- (void)flutterPrepareForPresent:(nonnull
id<MTLCommandBuffer>)commandBuffer;