Proxmark3GUI/util.h

17 lines
180 B
C
Raw Normal View History

2020-04-22 16:00:56 +08:00
#ifndef UTIL_H
#define UTIL_H
#include <QObject>
class Util : public QObject
{
Q_OBJECT
public:
explicit Util(QObject *parent = nullptr);
signals:
};
#endif // UTIL_H