Created
March 26, 2012 15:28
-
-
Save asmallteapot/2205919 to your computer and use it in GitHub Desktop.
Macro to make accessing custom methods on your app delegate easy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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