Files
MuditaOS/module-gui/gui/widgets/Layout.cpp
Radoslaw Wicik a8573a404c Apply new style
2020-03-17 10:03:16 +01:00

24 lines
302 B
C++

/*
* Layout.cpp
*
* Created on: 15 maj 2019
* Author: robert
*/
#include "Layout.hpp"
namespace gui
{
Layout::Layout()
{
// TODO Auto-generated constructor stub
}
Layout::~Layout()
{
// TODO Auto-generated destructor stub
}
} /* namespace gui */