// // ProjectMView.h // Cog // // Created by Christopher Snowhill on 3/11/25. // #ifndef ProjectMView_h #define ProjectMView_h #import #import NS_ASSUME_NONNULL_BEGIN @interface ProjectMView : NSOpenGLView -(id)initWithFrame:(NSRect)frame; @end NS_ASSUME_NONNULL_END #endif /* ProjectMView_h */