Skip to content

Instantly share code, notes, and snippets.

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