Skip to content

Commit 5b69842

Browse files
committed
add short name
1 parent 0113fec commit 5b69842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/LayoutKit/LayoutKit.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ public extension LayoutKit {
313313

314314
public extension UIView {
315315
var layout: LayoutKit { LayoutKit(view: self) }
316+
var lyt: LayoutKit { LayoutKit(view: self) }
316317
}
317318

318319
public extension NSLayoutConstraint {

0 commit comments

Comments
 (0)