ronanrodrigo/my-customers

View on GitHub
MyCustomersCore/Presenters/CreateCustomerOutputPresenter.swift

Summary

Maintainability
A
0 mins
Test Coverage
import Foundation

public protocol CreateCustomerOutputPresenter {
    func show()
}