#ifndef FILEDOWNLOADER_H #define FILEDOWNLOADER_H class FileDownloader { public: static void checkWebFiles(); }; #endif // FILEDOWNLOADER_H