This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/libnymea/experiences/experienceplugin.h
2019-11-01 20:46:55 +01:00

19 lines
291 B
C++

#ifndef EXPERIENCEPLUGIN_H
#define EXPERIENCEPLUGIN_H
#include <QObject>
#include "jsonrpc/jsonhandler.h"
class ExperiencePlugin : public JsonHandler
{
Q_OBJECT
public:
explicit ExperiencePlugin(QObject *parent = nullptr);
signals:
public slots:
};
#endif // EXPERIENCEPLUGIN_H