Skip to content

Instantly share code, notes, and snippets.

@tdreyno
Created November 25, 2009 21:59
Show Gist options
  • Save tdreyno/243058 to your computer and use it in GitHub Desktop.
Save tdreyno/243058 to your computer and use it in GitHub Desktop.
@implementation _CPAppBootstrapper (CustomLoadTheme)
+ (BOOL)loadDefaultTheme
{
alert('hi')
return YES;
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment