Standardize Property Declaration Style in Core Classes (#870)

* Audit property attributes for core classes

* Update style guide

* Go crazy

* Update changelog
This commit is contained in:
Adlai Holler
2018-05-24 14:42:43 -07:00
committed by GitHub
parent 9ccba7fe74
commit cac14e0bce
164 changed files with 1096 additions and 1018 deletions

View File

@@ -44,7 +44,7 @@ typedef void(^ASTipDisplayBlock)(ASDisplayNode *node, NSString *message);
* If nil, the default, the message is just logged to the console with the
* ancestry of the node.
*/
@property (class, nonatomic, copy, null_resettable) ASTipDisplayBlock tipDisplayBlock;
@property (class, nonatomic, null_resettable) ASTipDisplayBlock tipDisplayBlock;
@end