Fix explicit setup function required
This commit is contained in:
parent
5b2c68aaf7
commit
2e115258b3
@ -88,7 +88,7 @@ extension Model {
|
|||||||
///
|
///
|
||||||
/// At the point this function gets called, the model data is available.
|
/// At the point this function gets called, the model data is available.
|
||||||
/// Therefore, you can use it for initializing callbacks of children.
|
/// Therefore, you can use it for initializing callbacks of children.
|
||||||
mutating func setup() { }
|
public mutating func setup() { }
|
||||||
|
|
||||||
/// Update the model.
|
/// Update the model.
|
||||||
/// - Parameter setModel: Update the model in this closure.
|
/// - Parameter setModel: Update the model in this closure.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user