Skip to content

Instantly share code, notes, and snippets.

@IronLeash
Last active June 9, 2020 12:10
Show Gist options
  • Save IronLeash/500534b63943ea56cf8d43e40083fa37 to your computer and use it in GitHub Desktop.
Save IronLeash/500534b63943ea56cf8d43e40083fa37 to your computer and use it in GitHub Desktop.
RegisterUnregister.swift
//To register as delegate
AuthenticationManager.sharedInstace.multicastDelegate.add(self)
//To unregister
AuthenticationManager.sharedInstace.multicastDelegate.remove(self)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment