Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created July 28, 2011 18:25
Show Gist options
  • Save probablycorey/1112169 to your computer and use it in GitHub Desktop.
Save probablycorey/1112169 to your computer and use it in GitHub Desktop.
How a property should be defined
@interface Perfect : NSObject {
@property UIView *containerView;
@property(nonatomic) UILabel *titleText;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment