Layout
public struct Layout
extension Layout: Equatable, Hashable
-
Declaration
Swift
public var name: String
-
Declaration
Swift
public var responsiveLayouts: [ResponsiveLayout]
-
Declaration
Swift
public init(name: String, responsiveLayouts: [ResponsiveLayout])
-
Declaration
Swift
public static func == (lhs: Layout, rhs: Layout) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)