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:
Michael Schneider
2017-06-08 19:45:03 +02:00
committed by Garrett Moon
parent 786ac15e15
commit 13c467b2f4
4 changed files with 6 additions and 6 deletions

View File

@@ -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 */