Created
July 18, 2019 19:10
-
-
Save quintonpryce/3c7fc5e8f3ea6ba1afdbb6d6a7f64c64 to your computer and use it in GitHub Desktop.
Analytics Parameter Protocol
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
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