forked from aparoksha/adwaita-swift
Make storage function on View protocol public
This commit is contained in:
parent
e59d0c0fe8
commit
e583e5a170
@ -63,7 +63,7 @@ extension View {
|
|||||||
/// Get a storage.
|
/// Get a storage.
|
||||||
/// - Parameter modifiers: Modify views before being updated.
|
/// - Parameter modifiers: Modify views before being updated.
|
||||||
/// - Returns: The storage.
|
/// - Returns: The storage.
|
||||||
func storage(modifiers: [(View) -> View]) -> ViewStorage {
|
public func storage(modifiers: [(View) -> View]) -> ViewStorage {
|
||||||
widget(modifiers: modifiers).container(modifiers: modifiers)
|
widget(modifiers: modifiers).container(modifiers: modifiers)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user