#pragma once #include "services/dbus/messages.hpp" #include "widgets/notification/baseNotification.hpp" class NotificationWindow : public BaseNotification { public: NotificationWindow(std::shared_ptr monitor, NotifyMessage message); virtual ~NotificationWindow() = default; };