mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +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:
@@ -35,7 +35,7 @@ AS_SUBCLASSING_RESTRICTED
|
||||
* The delegate for configuration-related events.
|
||||
* Delegate methods are called from a serial queue.
|
||||
*/
|
||||
@property (nonatomic, strong, nullable) id<ASConfigurationDelegate> delegate;
|
||||
@property (nonatomic, nullable) id<ASConfigurationDelegate> delegate;
|
||||
|
||||
/**
|
||||
* The experimental features to enable in Texture.
|
||||
|
||||
Reference in New Issue
Block a user