Skip to content

Instantly share code, notes, and snippets.

@below
Created October 21, 2013 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save below/7082254 to your computer and use it in GitHub Desktop.
Save below/7082254 to your computer and use it in GitHub Desktop.
Total Pseudocode
BOOL compilerSwitch = NO;
#ifdef __FOOCOMPILERDEFINE__
compilerSwitch = YES;
#endif
if (compilerSwitch || [self someOtherActivationLikeInAppPurchaseOrYouNameIt]) {
[MrScott energize];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment