Skip to content

Instantly share code, notes, and snippets.

@zafarivaev
Last active January 15, 2020 05:17
Show Gist options
  • Save zafarivaev/f2b61d75c716b6791747c66525eb8591 to your computer and use it in GitHub Desktop.
Save zafarivaev/f2b61d75c716b6791747c66525eb8591 to your computer and use it in GitHub Desktop.
import Foundation
class APIManager {
....
lazy var apiKey: String = {
return "PASTE YOUR API KEY HERE"
}()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment