Skip to content

Instantly share code, notes, and snippets.

@frootloops
Created August 25, 2017 18:33
Show Gist options
  • Save frootloops/05bb20238e859435b62a07122f4b99ca to your computer and use it in GitHub Desktop.
Save frootloops/05bb20238e859435b62a07122f4b99ca to your computer and use it in GitHub Desktop.
protocol TrackingProviderType {
func track(event: TrackingEventType)
func associate(with user: User)
func disassociateUser()
func setup()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment