mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user