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:
@@ -32,7 +32,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@property (nonatomic) NSUInteger index; ///< line index
|
||||
@property (nonatomic) NSUInteger row; ///< line row
|
||||
@property (nullable, nonatomic, strong) NSArray<NSArray<ASTextRunGlyphRange *> *> *verticalRotateRange; ///< Run rotate range
|
||||
@property (nullable, nonatomic) NSArray<NSArray<ASTextRunGlyphRange *> *> *verticalRotateRange; ///< Run rotate range
|
||||
|
||||
@property (nonatomic, readonly) CTLineRef CTLine; ///< CoreText line
|
||||
@property (nonatomic, readonly) NSRange range; ///< string range
|
||||
|
||||
Reference in New Issue
Block a user