mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[appledoc] Fix all remaining warnings.
This commit is contained in:
@@ -15,8 +15,12 @@
|
||||
typedef NS_ENUM(NSUInteger, ASStackLayoutAlignSelf) {
|
||||
/** Inherit alignment value from containing stack. */
|
||||
ASStackLayoutAlignSelfAuto,
|
||||
/** Align to start of cross axis */
|
||||
ASStackLayoutAlignSelfStart,
|
||||
/** Align with end of cross axis */
|
||||
ASStackLayoutAlignSelfEnd,
|
||||
/** Center on cross axis */
|
||||
ASStackLayoutAlignSelfCenter,
|
||||
/** Expand to fill cross axis */
|
||||
ASStackLayoutAlignSelfStretch,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user