#ifndef MACUTILS_H #define MACUTILS_H #include using namespace std; bool downloadFileSynchronously(string url, string path); #endif // MACUTILS_H