Skip to content

Instantly share code, notes, and snippets.

@ChrisXu
Created October 18, 2018 07:14
Show Gist options
  • Save ChrisXu/ae8521bb0ae48958a4b4299b57be0a9e to your computer and use it in GitHub Desktop.
Save ChrisXu/ae8521bb0ae48958a4b4299b57be0a9e to your computer and use it in GitHub Desktop.
Constants vs Environments
let googleTrackingID = Constants.beta.trackingID
let googleTrackingID = Environments.trackingID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment