Last active
January 12, 2018 19:47
-
-
Save vialyx/01868be6a88393a05cdcfd7eb65a7368 to your computer and use it in GitHub Desktop.
This file contains 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
struct Constants { | |
struct UI { | |
static let chooseTransportCellHeight: CGFloat = 90 | |
static let settingsSectionHeaderHeight: CGFloat = 60 | |
private init() {} | |
} | |
struct Analytics { | |
struct Events { | |
static let settingsLocationOn = "settings.location.on" | |
static let settingsLocationOff = "settings.location.off" | |
private init() {} | |
} | |
struct Parameters { | |
static let screenName = "name" | |
private init() {} | |
} | |
private init() {} | |
} | |
private init() {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment