Skip to content

Commit

Permalink
Base cell vm visibility modifier changed for AnyCellViewModel
Browse files Browse the repository at this point in the history
  • Loading branch information
bigMOTOR committed Dec 12, 2024
1 parent 313ccc4 commit 8d102fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protocol CellViewModelWrapper {
// MARK: - AnyCellViewModel

public struct AnyCellViewModel: CellViewModelWrapper {
let base: CellViewModel
public let base: CellViewModel

public init(base: CellViewModel) {
self.base = base
Expand Down

0 comments on commit 8d102fc

Please sign in to comment.