#import #import #import /** * Interface for providing MTKView to the map renderer. */ @protocol MBMMetalViewProvider @optional - (MTKView *_Nullable)getMetalViewFor:(nullable id)metalDevice; @optional - (nullable id)getDrawableTexture; /// Deprecated, implementing this method has no effect - (CFTimeInterval)getTargetFrameTimestamp; @end