Skip to content

Instantly share code, notes, and snippets.

@itsderek23
Created August 4, 2011 16:12
Show Gist options
  • Save itsderek23/1125534 to your computer and use it in GitHub Desktop.
Save itsderek23/1125534 to your computer and use it in GitHub Desktop.
Lion.h
@interface Lion : NSObject {
int age;
}
@property(readwrite, assign) int age;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment