Skip to content

Instantly share code, notes, and snippets.

@hammerdr
Created January 13, 2010 21:12
Show Gist options
  • Save hammerdr/276581 to your computer and use it in GitHub Desktop.
Save hammerdr/276581 to your computer and use it in GitHub Desktop.
@implementation TestClass : CPObject
{
CPNotificationCenter notification @accessors;
}
- (void)init
{
var test = function() { return "Bob"; };
return [super init];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment