Vuo  2.3.2
VuoGraphicsWindowDelegate.h
Go to the documentation of this file.
1 
10 //#import "module.h"
11 #import "VuoGraphicsWindow.h"
12 
13 #include "VuoMacOSSDKWorkaround.h"
14 #import <AppKit/AppKit.h>
15 
19 @interface VuoGraphicsWindowDelegate : NSObject <NSWindowDelegate>
20 - (instancetype)initWithWindow:(VuoGraphicsWindow *)window;
21 @end