Skip to content

Instantly share code, notes, and snippets.

@jyaunches
Created March 12, 2013 18:04
Show Gist options
  • Save jyaunches/5145308 to your computer and use it in GitHub Desktop.
Save jyaunches/5145308 to your computer and use it in GitHub Desktop.
synthesizing a property in an implementation file
@implementation SomeObject
@synthesize containedObject;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment