Skip to content

Instantly share code, notes, and snippets.

@AlexPinhasov
Created July 1, 2020 05:02
Show Gist options
  • Save AlexPinhasov/78f6f350557484314f4c8fa09ae3a9d3 to your computer and use it in GitHub Desktop.
Save AlexPinhasov/78f6f350557484314f4c8fa09ae3a9d3 to your computer and use it in GitHub Desktop.
protocol CellType {
var generator: TableViewCellGeneratorProtocol.Type { get }
var associatedObject: Any? { get }
var cellHeight: CGFloat { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment