Skip to content

Instantly share code, notes, and snippets.

@vulgur
Created August 11, 2018 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vulgur/bc3ac3c6872a56d782f6ed496dab2ec6 to your computer and use it in GitHub Desktop.
Save vulgur/bc3ac3c6872a56d782f6ed496dab2ec6 to your computer and use it in GitHub Desktop.
[Swift Singleton] #swift #singleton #designpattern
class Singleton {
static let instance = Singleton()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment