ConfigFileManager
internal protocol ConfigFileManager : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
var filename: String { get } -
Undocumented
Declaration
Swift
func configurationData() throws -> Any -
Undocumented
Declaration
Swift
func loadConfigurationData(contents: Any) throws
View on GitHub
ConfigFileManager Protocol Reference