Skip to content

Instantly share code, notes, and snippets.

@matiasvillaverde
Created May 18, 2018 13:54
Show Gist options
  • Save matiasvillaverde/be55513467a072cd370c790b7d888dad to your computer and use it in GitHub Desktop.
Save matiasvillaverde/be55513467a072cd370c790b7d888dad to your computer and use it in GitHub Desktop.
protocol Analytics {
func setup()
func track(event: String)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment