Skip to content

Instantly share code, notes, and snippets.

@jacobsapps
Created August 3, 2025 11:59
Show Gist options
  • Save jacobsapps/561249e2a80f0a324ab762e70da32042 to your computer and use it in GitHub Desktop.
Save jacobsapps/561249e2a80f0a324ab762e70da32042 to your computer and use it in GitHub Desktop.
protocol AnalyticsService {
func track(event: String, properties: [String: Any]?)
func identifyUser(userId: String, properties: [String: Any])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment