nim_duilib/examples/proto_debuger/uart_process.cpp
2021-09-20 22:37:32 +08:00

11 lines
80 B
C++

#include "uart_process.h"
UartForm::UartForm()
{
}
void UartForm::Init()
{
}