Skip to content

Commit

Permalink
fix: changed access level
Browse files Browse the repository at this point in the history
  • Loading branch information
siamakrostami committed Mar 24, 2024
1 parent 0fd5045 commit 1d71977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SREasyConstraint/EasyConstraint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public extension UIView {
}
}

extension Array where Element: UIView {
public extension Array where Element: UIView {
/// Add current views as subview to their parent view
/// - Parameter view: parent view
/// - Returns: Self
Expand Down

0 comments on commit 1d71977

Please sign in to comment.