Skip to content

Instantly share code, notes, and snippets.

@YogevSitton-zz
Created April 26, 2017 06:40
Show Gist options
  • Save YogevSitton-zz/d6ad62db4dd79d4c3560de18238f0d80 to your computer and use it in GitHub Desktop.
Save YogevSitton-zz/d6ad62db4dd79d4c3560de18238f0d80 to your computer and use it in GitHub Desktop.
atomic nonatomic properties
@property (atomic, strong) NSString *exampleAtomicProperty;
@property (nonatomic, strong) NSString *exampleNonAtomicProperty;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment