Last active
June 23, 2018 23:03
-
-
Save MartinP7r/edfdf419ec8e95a46f0d62b0d4e64bed to your computer and use it in GitHub Desktop.
medium_post
This file contains 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 SignInService { | |
func signIn(_ completion: @escaping (_ id: String?) -> Void) | |
func signOut() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment