#ifndef UPDATER_H #define UPDATER_H class AutoUpdater { public: virtual void checkForUpdates() = 0; }; #endif // UPDATER_H