10 lines
126 B
Swift

import Communications
protocol Filter {
// MARK: Functions
func makeParameters() -> Endpoint.Parameters
}