Created
August 3, 2025 11:59
-
-
Save jacobsapps/561249e2a80f0a324ab762e70da32042 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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