Skip to content

Instantly share code, notes, and snippets.

@tolmasky
Created July 1, 2011 02:46
Show Gist options
  • Select an option

  • Save tolmasky/1057774 to your computer and use it in GitHub Desktop.

Select an option

Save tolmasky/1057774 to your computer and use it in GitHub Desktop.
@implementation AppController : CPObject
{
}
- (void)applicationDidFinishLaunching:(CPNotification)aNotification
{
class_addIvar(AppController, "hello", "CPString");
alert(self.hello === nil);
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment