Skip to content

Instantly share code, notes, and snippets.

@tonyarnold
Created January 20, 2014 22:54
Show Gist options
  • Save tonyarnold/8531045 to your computer and use it in GitHub Desktop.
Save tonyarnold/8531045 to your computer and use it in GitHub Desktop.
@interface MyClass : NSObject
@property (readonly, nonatomic, strong) Type propertyName;
@end
@interface MyClass ()
// Private Access
@property (readwrite, nonatomic, strong) Type propertyName;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment