Return to Snippet

Revision: 44574
at April 14, 2011 05:59 by espinallab


Initial Code
//In the .h file
+(MyApp_AppDelegate *)get;


//In the .m file
+(MyApp_AppDelegate *)get{
	return (MyApp_AppDelegate *)[[UIApplication sharedApplication] delegate];
}


//From another class file
[[GamePack_AppDelegate get] introFinishedPlaying];

Initial URL


Initial Description


Initial Title
Universal Getters - App

Initial Tags


Initial Language
Objective C