RelayFile/UserInterface/LogControl.h

13 lines
197 B
C
Raw Normal View History

2025-05-08 21:13:36 +08:00
#ifndef LOGCONTROL_H
#define LOGCONTROL_H
#include <wx/wx.h>
class LogControl : public wxPanel
{
public:
LogControl(wxWindow* parent);
~LogControl() override;
};
#endif // LOGCONTROL_H