Skip to content

Instantly share code, notes, and snippets.

@frootloops
Created August 24, 2017 21:48
Show Gist options
  • Save frootloops/15f4c8e5959e5e4b24d4d5004181ed4d to your computer and use it in GitHub Desktop.
Save frootloops/15f4c8e5959e5e4b24d4d5004181ed4d to your computer and use it in GitHub Desktop.
func doit() {
let arsen = User(id: "1", name: "Arsen", age: 26)
TrackingProvider().track(event: UserEvents.created(user: arsen))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment