RelayFile/UserInterface/RemoteControl.h

13 lines
215 B
C
Raw Normal View History

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