schema_editor/comdel/domain/display.h

16 lines
165 B
C
Raw Normal View History

2022-03-31 21:20:41 +00:00
#ifndef DOMAIN_DISPLAY_H
#define DOMAIN_DISPLAY_H
namespace domain {
class Display
{
public:
Display();
};
} // namespace domain
#endif // DOMAIN_DISPLAY_H