Skip to content

Instantly share code, notes, and snippets.

@samdods
Created March 5, 2018 18:28
Show Gist options
  • Save samdods/5326755ddc3ea59759d5c2f1a152e9ea to your computer and use it in GitHub Desktop.
Save samdods/5326755ddc3ea59759d5c2f1a152e9ea to your computer and use it in GitHub Desktop.
//
// Config.swift
// Analytics
//
final class ConfigType {
static fileprivate var shared: ConfigType?
let analyticsKey: String
let appVersion: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment