Skip to content

Commit e81fd37

Browse files
authored
Merge branch 'master' into udpate_cocoapods
2 parents 2c1a4e0 + f15edbf commit e81fd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Impl/UIView+FlexLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import UIKit
1616

1717
private var flexLayoutAssociatedObjectHandle = 72_399_923
1818

19-
public extension UIView {
19+
extension UIView {
2020
public var flex: Flex {
2121
if let flex = objc_getAssociatedObject(self, &flexLayoutAssociatedObjectHandle) as? Flex {
2222
return flex

0 commit comments

Comments
 (0)