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
// Basing Modules/Logs, Analytics, Crashlytics/Adding Events (1/4) | |
/* | |
The idea here is to eliminate a majority of the duplication while keeping the same event output. | |
The final result being what is shown below | |
*/ | |
// MARK: Analytic Events | |
enum Event: LoggableEvent, EventEnum { |