1#ifndef COCOA_HELPERS_H 2#define COCOA_HELPERS_H 3 4const char* getResourcesPath(void); 5 6#endif 7 8