Skip to content

Instantly share code, notes, and snippets.

@pj4533
Created June 3, 2014 17:08
Show Gist options
  • Save pj4533/6714ba3cd065d28d2cd5 to your computer and use it in GitHub Desktop.
Save pj4533/6714ba3cd065d28d2cd5 to your computer and use it in GitHub Desktop.
import UIKit
class Foo: NSObject {
struct Shared {
static var Instance: Foo = Foo()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment