fix: ambiguous usage of view output protocol
This commit is contained in:
parent
401d9365d0
commit
d2ed1e837a
|
|
@ -27,10 +27,10 @@ import UIKit
|
|||
|
||||
@available(iOS 15, *)
|
||||
open class LogsListViewController: BaseInitializeableViewController,
|
||||
LogsListViewOutput,
|
||||
AlertPresentationContext,
|
||||
UISearchBarDelegate,
|
||||
UITextFieldDelegate {
|
||||
LogsListViewOutput,
|
||||
AlertPresentationContext,
|
||||
UISearchBarDelegate,
|
||||
UITextFieldDelegate {
|
||||
|
||||
private var timer: Timer?
|
||||
|
||||
|
|
|
|||
|
|
@ -24,14 +24,6 @@ import TISwiftUtils
|
|||
import UIKit
|
||||
import OSLog
|
||||
|
||||
public protocol LogsListViewOutput: AnyObject {
|
||||
func reloadTableView()
|
||||
func setLoadingState()
|
||||
func setNormalState()
|
||||
func startSearch()
|
||||
func stopSearch()
|
||||
}
|
||||
|
||||
@available(iOS 15, *)
|
||||
open class LogsStorageViewModel {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue