mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-05-15 02:49:44 +00:00
13 lines
180 B
C
13 lines
180 B
C
|
#ifndef NOTIFICATIONSERVICE_H
|
||
|
#define NOTIFICATIONSERVICE_H
|
||
|
|
||
|
#include <QObject>
|
||
|
|
||
|
class NotificationService
|
||
|
{
|
||
|
public:
|
||
|
NotificationService();
|
||
|
};
|
||
|
|
||
|
#endif // NOTIFICATIONSERVICE_H
|