Skip to content

Instantly share code, notes, and snippets.

@tifoaudii
Created July 22, 2021 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tifoaudii/9d54cb4a181526337b425ee424d1ee1f to your computer and use it in GitHub Desktop.
Save tifoaudii/9d54cb4a181526337b425ee424d1ee1f to your computer and use it in GitHub Desktop.
extension URLHandler where Self: UIViewController {
func openUrl(url: URL) {
// open url
}
}
final class ProfileViewController: UIViewController, URLHandler {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment