Skip to content

Commit f15edbf

Browse files
authored
Merge pull request #131 from levi/patch-1
Fix public extension warning
2 parents 2e76acd + 49691d4 commit f15edbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Impl/UIView+FlexLayout.swift

+1-1
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)