Skip to content

Instantly share code, notes, and snippets.

@barisuyar
Created November 7, 2022 12:51
Show Gist options
  • Save barisuyar/0010a716ebb5df5236c345db2f4dfad2 to your computer and use it in GitHub Desktop.
Save barisuyar/0010a716ebb5df5236c345db2f4dfad2 to your computer and use it in GitHub Desktop.
Filterable
protocol Filterable {
var filterString : String { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment