Created
April 10, 2018 22:26
-
-
Save nunogoncalves/b4ea1e73710336a357a417d28d641fa5 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 GithubCreds { | |
static let clientId = "CLIENT ID" | |
static let clientSecret = "CLIENT SECRET" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment