Skip to content

Instantly share code, notes, and snippets.

@MaximBazarov
Created June 23, 2018 12:52
Show Gist options
  • Save MaximBazarov/49acd176a4ad78517598e27a663f07d2 to your computer and use it in GitHub Desktop.
Save MaximBazarov/49acd176a4ad78517598e27a663f07d2 to your computer and use it in GitHub Desktop.
enum Auth {
struct TokenWasObtained: Action {
let token: String
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment