Skip to content

Commit c8fc426

Browse files
committed
Make view publicly readable
1 parent e37ef10 commit c8fc426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FlexLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public final class Flex {
3131
/**
3232
Flex items's UIView.
3333
*/
34-
private weak var view: UIView?
34+
private(set) weak var view: UIView?
3535
private let yoga: YGLayout
3636

3737
/**

0 commit comments

Comments
 (0)