mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +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:
@@ -26,7 +26,7 @@ static uint64_t const ASTextKitTextCheckingTypeTruncation = 1ULL << 34
|
||||
@class ASTextKitEntityAttribute;
|
||||
|
||||
@interface ASTextKitTextCheckingResult : NSTextCheckingResult
|
||||
@property (nonatomic, strong, readonly) ASTextKitEntityAttribute *entityAttribute;
|
||||
@property (nonatomic, readonly) ASTextKitEntityAttribute *entityAttribute;
|
||||
@end
|
||||
|
||||
@interface ASTextKitRenderer (TextChecking)
|
||||
|
||||
Reference in New Issue
Block a user