mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +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:
@@ -59,8 +59,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
*/
|
||||
@interface ASCenterLayoutSpec : ASRelativeLayoutSpec
|
||||
|
||||
@property (nonatomic, assign) ASCenterLayoutSpecCenteringOptions centeringOptions;
|
||||
@property (nonatomic, assign) ASCenterLayoutSpecSizingOptions sizingOptions;
|
||||
@property (nonatomic) ASCenterLayoutSpecCenteringOptions centeringOptions;
|
||||
@property (nonatomic) ASCenterLayoutSpecSizingOptions sizingOptions;
|
||||
|
||||
/**
|
||||
* Initializer.
|
||||
|
||||
Reference in New Issue
Block a user