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:
@@ -230,8 +230,8 @@ static BOOL __enableHitTestDebug = NO;
|
||||
@interface _ASRangeDebugBarView : UIView
|
||||
|
||||
@property (nonatomic, weak) ASRangeController *rangeController;
|
||||
@property (nonatomic, assign) BOOL destroyOnLayout;
|
||||
@property (nonatomic, strong) NSString *debugString;
|
||||
@property (nonatomic) BOOL destroyOnLayout;
|
||||
@property (nonatomic) NSString *debugString;
|
||||
|
||||
- (instancetype)initWithRangeController:(ASRangeController *)rangeController;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user