ronanrodrigo/my-customers

View on GitHub
MyCustomersCore/Presenters/ListCustomersOutputPresenter.swift

Summary

Maintainability
A
0 mins
Test Coverage
import Foundation

public protocol ListCustomersOutputPresenter {
    func list(_ customers: [Customer])
}