CellsBuildable
public protocol CellsBuildable
Represents an instance that can build cells.
-
Build an array of cell.
Declaration
Swift
func buildCells() -> [CellNode]
Carbon Docs (100% documented)
public protocol CellsBuildable
Represents an instance that can build cells.
Build an array of cell.
Swift
func buildCells() -> [CellNode]