#include "cru/ui/controls/StackLayout.h" namespace cru::ui::controls { using render::StackLayoutRenderObject; StackLayout::StackLayout() = default; StackLayout::~StackLayout() = default; } // namespace cru::ui::controls