Vuo  2.3.2
VuoAppAboutBox.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 VuoAppAboutBox : NSObject
19 - (void)displayAboutPanel:(id)sender;
20 @end
21 
22 #endif