Created
March 5, 2018 18:28
-
-
Save samdods/5326755ddc3ea59759d5c2f1a152e9ea to your computer and use it in GitHub Desktop.
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
// | |
// 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