blob: b5ca8f35f1264b4e17e63ef8faf6e0bfdedb456b (
plain)
1
2
3
4
5
6
|
#include "cru/ui/controls/StackLayout.h"
namespace cru::ui::controls {
StackLayout::StackLayout()
: LayoutControl<render::StackLayoutRenderObject>(kControlName) {}
} // namespace cru::ui::controls
|