Skip to content

Instantly share code, notes, and snippets.

@hstdt
Forked from ethanbing/gist:9887461
Created April 14, 2016 06:33
Show Gist options
  • Save hstdt/f0f4530bc0648bcbf0eb3ff12b14605b to your computer and use it in GitHub Desktop.
Save hstdt/f0f4530bc0648bcbf0eb3ff12b14605b to your computer and use it in GitHub Desktop.
获得appDelegat单例对象
+ (AppDelegate *)sharedAppDelegate {
return (AppDelegate *)[[UIApplication sharedApplication] delegate];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment