fix
This commit is contained in:
parent
460d8b4dd9
commit
075ad53953
@ -11,7 +11,7 @@ import Foundation
|
||||
public protocol ClientParameterProtocol {
|
||||
static var name: String { get }
|
||||
|
||||
init(_ clientParameterModel:ClientParameterModelProtocol)
|
||||
init(_ clientParameterModel: ClientParameterModelProtocol)
|
||||
|
||||
var clientParameterModel: ClientParameterModelProtocol { get set }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user