Skip to content

Instantly share code, notes, and snippets.

@bmoliveira
Last active May 10, 2016 10:35
Show Gist options
  • Save bmoliveira/6b5447505352686dde4f to your computer and use it in GitHub Desktop.
Save bmoliveira/6b5447505352686dde4f to your computer and use it in GitHub Desktop.
Reusable Protocol
protocol ReusableCell: AnyObject {
static func reuseIdentifier() -> String?
static func uiNibFromClass() -> UINib?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment