15 lines
198 B
C
Raw Normal View History

2023-02-07 22:12:05 +08:00
#ifndef BUILDVBOX_H
#define BUILDVBOX_H
#include <QString>
class buildvbox
{
// Q_OBJECT
public:
2023-02-19 14:51:29 +08:00
buildvbox(int id=0);
2023-02-07 22:12:05 +08:00
void CleanScreen();
QString GetNet();
};
#endif // BUILDVBOX_H