File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2222// THE SOFTWARE.
2323//
2424
25+ import UIKit
26+
2527/// A decorator over child layout node that provides a way for the child to layout itself
2628/// with the respect to the parent it will eventually be added to.
2729public class ChildNode < Child: LayoutNode > : LayoutNode , Anchorable where Child: Anchorable {
Original file line number Diff line number Diff line change 2222// THE SOFTWARE.
2323//
2424
25+ import UIKit
26+
2527/// A type that represents layout calculation as a closure.
2628public struct Layout < LayoutNode: Layoutless . LayoutNode > : LayoutProtocol {
2729
Original file line number Diff line number Diff line change 2323//
2424
2525import Foundation
26+ import UIKit
2627
2728/// A type-erased `LayoutProtocol`.
2829public protocol AnyLayout : LayoutNode {
You can’t perform that action at this time.
0 commit comments