Files
Chenwenxuan edac2715f0 init
2024-03-06 14:54:30 +08:00

13 lines
147 B
C++

#ifndef MACHCODE_H
#define MACHCODE_H
#include <QString>
class MachCode
{
public:
MachCode();
QString getCode();
};
#endif // MACHCODE_H