Files
newspark110/device/control/acs/buffercode/buffer0autoexecode.h
Chenwenxuan edac2715f0 init
2024-03-06 14:54:30 +08:00

13 lines
196 B
C++

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