Skip to content

Commit a7bd103

Browse files
authored
Merge pull request #68 from Rag0n/fix_view_access_control
Change view access control back to public
2 parents 2804820 + a7fae11 commit a7bd103

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(set) weak var view: UIView?
34+
public private(set) weak var view: UIView?
3535
private let yoga: YGLayout
3636

3737
/**

0 commit comments

Comments
 (0)