Filters are more comprehensive and responsive to how many filters are stored and if a user should clear all of them or not. Signed-off-by: kingbri <bdashore3@proton.me>
14 lines
167 B
Swift
14 lines
167 B
Swift
//
|
|
// FilterModels.swift
|
|
// Ferrite
|
|
//
|
|
// Created by Brian Dashore on 4/10/23.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
enum FilterType {
|
|
case source
|
|
case IA
|
|
case sort
|
|
}
|