Last active
November 23, 2018 09:03
-
-
Save iranjith4/551fc812adf43f6a6b5a24253d9106cf to your computer and use it in GitHub Desktop.
reusableview-protocol-declaration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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