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-zigbee/libnymea-zigbee/nxp/nxpzigbeenetworkmanager.h
2019-05-09 18:39:10 +02:00

18 lines
289 B
C++

#ifndef NXPZIGBEENETWORKMANAGER_H
#define NXPZIGBEENETWORKMANAGER_H
#include <QObject>
class NxpZigbeeNetworkManager : public QObject
{
Q_OBJECT
public:
explicit NxpZigbeeNetworkManager(QObject *parent = nullptr);
signals:
public slots:
};
#endif // NXPZIGBEENETWORKMANAGER_H