Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexPinhasov/0e1cf401af70ec72ca1eb3375af713af to your computer and use it in GitHub Desktop.
Save AlexPinhasov/0e1cf401af70ec72ca1eb3375af713af to your computer and use it in GitHub Desktop.
protocol TableViewCellGeneratorProtocol {
static func cell(for indexPath: IndexPath, inTableView tableView: UITableView) -> UITableViewCell
static func configure(cell: UITableViewCell, using object: Any?, at indexPath: IndexPath)
static func registerReuseIdentifier(for tableView: UITableView)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment