Vuo  2.0.2
VuoAppDelegate.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 VuoAppDelegate : NSObject<NSApplicationDelegate>
22 @end
23 
24 #endif