Skip to content

Instantly share code, notes, and snippets.

@quintonpryce
Created July 18, 2019 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quintonpryce/3c7fc5e8f3ea6ba1afdbb6d6a7f64c64 to your computer and use it in GitHub Desktop.
Save quintonpryce/3c7fc5e8f3ea6ba1afdbb6d6a7f64c64 to your computer and use it in GitHub Desktop.
Analytics Parameter Protocol
public protocol AnalyticsParameter {
var parameter: ParameterType { get }
associatedtype ParameterType
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment