Vuo  2.0.2
VuoGraphicsWindowDelegate.h
Go to the documentation of this file.
1 
10 //#import "module.h"
11 #import "VuoGraphicsWindow.h"
12 
13 #ifndef NS_RETURNS_INNER_POINTER
14 #define NS_RETURNS_INNER_POINTER
15 #endif
16 #import <AppKit/AppKit.h>
17 
21 @interface VuoGraphicsWindowDelegate : NSObject <NSWindowDelegate>
22 - (instancetype)initWithWindow:(VuoGraphicsWindow *)window;
23 @end