mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix merge conflicts
This commit is contained in:
@@ -28,19 +28,17 @@
|
||||
@property (nonatomic, assign) BOOL laysOutHorizontally;
|
||||
|
||||
/** Horizontally align content (text or image).
|
||||
Defaults to ASAlignmentMiddle.
|
||||
Defaults to ASHorizontalAlignmentMiddle.
|
||||
*/
|
||||
@property (nonatomic, assign) ASHorizontalAlignment contentHorizontalAlignment;
|
||||
|
||||
/** Vertically align content (text or image).
|
||||
Defaults to ASAlignmentCenter.
|
||||
Defaults to ASVerticalAlignmentCenter.
|
||||
*/
|
||||
@property (nonatomic, assign) ASVerticalAlignment contentVerticalAlignment;
|
||||
|
||||
/**
|
||||
* @discussion insets the title and the image node
|
||||
*
|
||||
* @param contentEdgeInsets The insets used around the title and image node
|
||||
* @discussion The insets used around the title and image node
|
||||
*/
|
||||
@property (nonatomic, assign) UIEdgeInsets contentEdgeInsets;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user