Defined the Filter protocol.

This commit is contained in:
Javier Cicchelli 2023-04-19 22:23:04 +02:00
parent 68acf82f9d
commit 1598616ce1

View File

@ -0,0 +1,9 @@
import Communications
protocol Filter {
// MARK: Functions
func makeParameters() -> Endpoint.Parameters
}