Proxmark3GUI/src/module/t55xxtab.h

23 lines
273 B
C
Raw Normal View History

#ifndef T55XXTAB_H
#define T55XXTAB_H
#include <QWidget>
namespace Ui {
class T55xxTab;
}
class T55xxTab : public QWidget
{
Q_OBJECT
public:
explicit T55xxTab(QWidget *parent = nullptr);
~T55xxTab();
private:
Ui::T55xxTab *ui;
};
#endif // T55XXTAB_H