#ifndef COCOAUTILS_H_ #define COCOAUTILS_H_ class CocoaUtils { public: static void endApplication(); }; #endif