1 2 3 4 5 6 7 8 9 10 11 12
#import <Cocoa/Cocoa.h> #import "MGLTypes.h" NS_ASSUME_NONNULL_BEGIN /// A subclass of NSOpenGLLayer that creates the environment mbgl needs to /// render good-looking maps. @interface MGLOpenGLLayer : NSOpenGLLayer @end NS_ASSUME_NONNULL_END