blob: 55964bcd0a845d44bc42caf726f7a88eb48fef64 (
plain)
1
2
3
4
5
6
7
8
9
|
#include "cru/ui/controls/StackLayout.h"
namespace cru::ui::controls {
using render::StackLayoutRenderObject;
StackLayout::StackLayout() = default;
StackLayout::~StackLayout() = default;
} // namespace cru::ui::controls
|