TCMMyClassWithSingleton.sharedInstance
PSA: I switched to dot syntax for Singletons now. Seems fitting, looks less cluttered. I took some time getting used to it, but now I really like it.
[NSUserDefaults.standardUserDefaults boolForKey:@"SomeKey"];
[NSNotificationCenter.defaultCenter postNotificationName…];