Vuo  2.3.2
VuoAppDelegate.h
Go to the documentation of this file.
1 
10 #ifdef __OBJC__
11 
12 #include "VuoMacOSSDKWorkaround.h"
13 #import <AppKit/AppKit.h>
14 
18 @interface VuoAppDelegate : NSObject<NSApplicationDelegate>
19 @end
20 
21 #endif