Vuo  2.0.2
VuoAppAboutBox.h
Go to the documentation of this file.
1 
10 #ifdef __OBJC__
11 
12 #ifndef NS_RETURNS_INNER_POINTER
13 #define NS_RETURNS_INNER_POINTER
14 #endif
15 #import <AppKit/AppKit.h>
16 #undef NS_RETURNS_INNER_POINTER
17 
21 @interface VuoAppAboutBox : NSObject
22 - (void)displayAboutPanel:(id)sender;
23 @end
24 
25 #endif