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