Skip to content

Instantly share code, notes, and snippets.

@davidcann
Forked from Alos/gist:94802
Created April 13, 2009 22:45
Show Gist options
  • Save davidcann/94804 to your computer and use it in GitHub Desktop.
Save davidcann/94804 to your computer and use it in GitHub Desktop.
@implementation Reference : CPObject
{
CPArray authors @accessors;
CPString type @accessors;
CPString title @accessors;
CPString publisher @accessors;
CPString location @accessors;
CPString pages @accessors;
CPString volume @accessors;
CPString extra @accessors;
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment