Skip to content

Instantly share code, notes, and snippets.

@iranjith4
Last active November 23, 2018 09:03
Show Gist options
  • Save iranjith4/551fc812adf43f6a6b5a24253d9106cf to your computer and use it in GitHub Desktop.
Save iranjith4/551fc812adf43f6a6b5a24253d9106cf to your computer and use it in GitHub Desktop.
reusableview-protocol-declaration
protocol ReusableView: class {
static var defaultReuseIdentifier: String { get }
}
protocol NibLoadableView: class {
static var nibName: String { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment