Skip to content

Instantly share code, notes, and snippets.

@asmallteapot
Created March 26, 2012 15:28
Show Gist options
  • Save asmallteapot/2205919 to your computer and use it in GitHub Desktop.
Save asmallteapot/2205919 to your computer and use it in GitHub Desktop.
Macro to make accessing custom methods on your app delegate easy.
#import "STAppDelegate.h"
#define ST_APP_DELEGATE (STAppDelegate *)[[UIApplication sharedApplication] delegate]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment