Logo ROOT   6.12/07
Reference Guide
ROOTApplicationDelegate.h
Go to the documentation of this file.
1 #ifndef ROOT_ROOTApplicationDelegate
2 #define ROOT_ROOTApplicationDelegate
3 
4 #include <Cocoa/Cocoa.h>
5 
6 @interface ROOTApplicationDelegate : NSObject<NSApplicationDelegate>
7 @end
8 
9 #endif