Skip to content

Instantly share code, notes, and snippets.

@frootloops
Created August 24, 2017 22:08
Show Gist options
  • Save frootloops/e6a8ac7aaa8763446f45329bff5d2c55 to your computer and use it in GitHub Desktop.
Save frootloops/e6a8ac7aaa8763446f45329bff5d2c55 to your computer and use it in GitHub Desktop.
protocol TrackingEventType {
var identifier: String { get }
var properties: [String: Any] { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment