Skip to content
Snippets Groups Projects
Commit 8f8499b3 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Refactor ViewConfigurator

parent 488a741d
No related branches found
No related tags found
2 merge requests!54Releasing 1.1.4,!51CollectionView library
......@@ -8,7 +8,7 @@ public struct ViewConfigurator<View: UIView, Model> {
public var configure: (View, Model) -> Void
public func callAsFunction(view: View, with model: Model) {
public func callAsFunction(_ view: View, with model: Model) {
configure(view, model)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment