mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +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:
@@ -27,7 +27,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/**
|
||||
* Overlay layoutElement of this layout spec
|
||||
*/
|
||||
@property (nonatomic, strong) id<ASLayoutElement> overlay;
|
||||
@property (nonatomic) id<ASLayoutElement> overlay;
|
||||
|
||||
/**
|
||||
* Creates and returns an ASOverlayLayoutSpec object with a given child and an layoutElement that act as overlay.
|
||||
|
||||
Reference in New Issue
Block a user