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:
@@ -82,11 +82,11 @@ typedef NS_ENUM(NSInteger, ASTextAffinity) {
|
||||
*/
|
||||
@interface ASTextSelectionRect : UITextSelectionRect <NSCopying>
|
||||
|
||||
@property (nonatomic, readwrite) CGRect rect;
|
||||
@property (nonatomic, readwrite) UITextWritingDirection writingDirection;
|
||||
@property (nonatomic, readwrite) BOOL containsStart;
|
||||
@property (nonatomic, readwrite) BOOL containsEnd;
|
||||
@property (nonatomic, readwrite) BOOL isVertical;
|
||||
@property (nonatomic) CGRect rect;
|
||||
@property (nonatomic) UITextWritingDirection writingDirection;
|
||||
@property (nonatomic) BOOL containsStart;
|
||||
@property (nonatomic) BOOL containsEnd;
|
||||
@property (nonatomic) BOOL isVertical;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user