Defined the Filter protocol.
This commit is contained in:
parent
68acf82f9d
commit
1598616ce1
9
Sources/Protocols/Filter.swift
Normal file
9
Sources/Protocols/Filter.swift
Normal file
@ -0,0 +1,9 @@
|
||||
import Communications
|
||||
|
||||
protocol Filter {
|
||||
|
||||
// MARK: Functions
|
||||
|
||||
func makeParameters() -> Endpoint.Parameters
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user