Skip to content

Instantly share code, notes, and snippets.

@vialyx
Last active January 12, 2018 19:47
Show Gist options
  • Save vialyx/01868be6a88393a05cdcfd7eb65a7368 to your computer and use it in GitHub Desktop.
Save vialyx/01868be6a88393a05cdcfd7eb65a7368 to your computer and use it in GitHub Desktop.
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