Skip to content

Instantly share code, notes, and snippets.

@mateuszszklarek
Created February 1, 2019 18:24
Show Gist options
  • Save mateuszszklarek/cbf82df0f080e3fc96565cdd6ca778d1 to your computer and use it in GitHub Desktop.
Save mateuszszklarek/cbf82df0f080e3fc96565cdd6ca778d1 to your computer and use it in GitHub Desktop.
protocol MyView: UIView { /*…*/ }
protocol MyView where Self: UIView { /*…*/ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment