TextPresents/WsTextEdit/wstextedit.h

10 lines
112 B
C
Raw Permalink Normal View History

2024-03-17 07:36:31 +00:00
#pragma once
#include "wstextedit_global.h"
class WSTEXTEDIT_EXPORT WsTextEdit
{
public:
WsTextEdit();
};