update method to open

This commit is contained in:
Murugan, Vimal 2020-06-10 18:21:44 +05:30
parent a5d59db903
commit e3f807b476

View File

@ -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