diff --git a/SwiftBox/Layout.swift b/SwiftBox/Layout.swift index 71854fe..d93a12c 100644 --- a/SwiftBox/Layout.swift +++ b/SwiftBox/Layout.swift @@ -54,7 +54,7 @@ public enum SelfAlignment: UInt32 { case Stretch = 4 } -public struct Layout { +public class Layout { internal let node: NodeImpl public let children: [Layout]