#ifndef NOTIFY_HH #define NOTIFY_HH #include #include class Notify { public: static int run(std::optional display); }; #endif // NOTIFY_HH