Skip to content

Commit

Permalink
Set SetsListPresenter view to private
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Jan 23, 2024
1 parent 4d32d96 commit 5bfe1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import UIKit

final class CardListNavigator: Navigator {

enum Destination {
case cardDetail(database: DatabaseProtocol?, with: [CardDTO], card: CardDTO)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protocol SetsPresenterProtocol {

final class SetsListPresenter: SetsPresenterProtocol {

weak var view: SetsListViewProtocol?
private weak var view: SetsListViewProtocol?
private let interactor: SetsListInteractorProtocol
private let database: DatabaseProtocol?
private let navigator: SetsListNavigator
Expand Down

0 comments on commit 5bfe1e6

Please sign in to comment.