Last active
June 9, 2020 12:10
-
-
Save IronLeash/500534b63943ea56cf8d43e40083fa37 to your computer and use it in GitHub Desktop.
RegisterUnregister.swift
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
//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