Last active
January 15, 2020 05:17
-
-
Save zafarivaev/f2b61d75c716b6791747c66525eb8591 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
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