From e3f807b476abee18876131770f9b9713b1057352 Mon Sep 17 00:00:00 2001 From: "Murugan, Vimal" Date: Wed, 10 Jun 2020 18:21:44 +0530 Subject: [PATCH] update method to open --- MVMCoreUI/Containers/Views/ContainerModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Containers/Views/ContainerModel.swift b/MVMCoreUI/Containers/Views/ContainerModel.swift index ea7d8012..9e1b3fa8 100644 --- a/MVMCoreUI/Containers/Views/ContainerModel.swift +++ b/MVMCoreUI/Containers/Views/ContainerModel.swift @@ -44,7 +44,7 @@ open class ContainerModel: ContainerModelProtocol, Codable { //-------------------------------------------------- /// Sets the default values. Should be called on init. - public func setDefaults() {} + open func setDefaults() {} //-------------------------------------------------- // MARK: - Initializers