ModelStore

public protocol ModelStore

Protocol for a ModelStore that should have a network service

  • SVC

    Undocumented

    Declaration

    Swift

    associatedtype SVC : NetworkService
  • Undocumented

    Declaration

    Swift

    var network: SVC { get }