Singleton: Difference between revisions

Content added Content deleted
No edit summary
Line 61:
@implementation SomeSingleton
 
+ (GameControllerSomeSingleton*) sharedInstance
{
static sharedInstance = nil;