ModelStore
public protocol ModelStore
Protocol for a ModelStore that should have a network service
-
Undocumented
Declaration
Swift
associatedtype SVC : NetworkService -
Undocumented
Declaration
Swift
var network: SVC { get }
View on GitHub
ModelStore Protocol Reference