Last active
May 4, 2017 06:09
-
-
Save ArchieR7/22452b76c9b7b3b7f447d375f7a98724 to your computer and use it in GitHub Desktop.
singleton by swift
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
class SingletonDemo { | |
static let shared = SingletonDemo() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment