Created
April 1, 2018 21:29
-
-
Save bill350/50f7dfd48033cf72cb85ca34143fc09b to your computer and use it in GitHub Desktop.
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 ErrorViewDelegate: class { | |
func errorView(_ errorView: ErrorView, didRetry sender: UIButton) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment