Skip to content

Instantly share code, notes, and snippets.

@jyaunches
Last active December 14, 2015 20:38
Show Gist options
  • Save jyaunches/5145047 to your computer and use it in GitHub Desktop.
Save jyaunches/5145047 to your computer and use it in GitHub Desktop.
Header file showing property declaration.
@interface SomeObject : NSObject
@propery (nonatomic, strong) SomeOtherObject *containedObject;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment