1 2 3 4 5 6 7 8
#ifndef MainMenu_h #define MainMenu_h #import <Cocoa/Cocoa.h> NSMenu *MainMenuCreate(); #endif /* MainMenu_h */