mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix internal Linter warnings #trivial (#340)
* Fix internal Linter warnings * Remove explicit copy for block as let us just use the default one
This commit is contained in:
committed by
Garrett Moon
parent
786ac15e15
commit
13c467b2f4
@@ -122,7 +122,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
*
|
||||
* @warning Subclasses must not override this; it returns the last cached layout and is never expensive.
|
||||
*/
|
||||
@property (nullable, nonatomic, readonly, assign) ASLayout *calculatedLayout;
|
||||
@property (nullable, nonatomic, readonly, strong) ASLayout *calculatedLayout;
|
||||
|
||||
#pragma mark - View Lifecycle
|
||||
/** @name View Lifecycle */
|
||||
|
||||
Reference in New Issue
Block a user