Skip to content

Instantly share code, notes, and snippets.

@benaneesh
Created May 25, 2016 18:47
Show Gist options
  • Save benaneesh/4ebc2133b1575bff12a6827ef2de6bd8 to your computer and use it in GitHub Desktop.
Save benaneesh/4ebc2133b1575bff12a6827ef2de6bd8 to your computer and use it in GitHub Desktop.
class MyManager {
static let sharedInstance = MyManager()
private init() {} //This prevents others from using the default '()' initializer for this class.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment