Skip to content

Commit

Permalink
🗑️ :: [#458] ArtistFeature / ArtistViewModel deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Mar 12, 2024
1 parent cbcb402 commit 9829828
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public final class ArtistViewController: BaseViewController, ViewControllerFromS
navigationController?.interactivePopGestureRecognizer?.delegate = nil
}

@available(*, deprecated)
public static func viewController(
viewModel: ArtistViewModel,
artistDetailComponent: ArtistDetailComponent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ import RxCocoa
import RxSwift
import Utility

@available(
*,
deprecated,
message: "'ArtistViewModel' is deprecated. This will remove in a future. use instead of 'ArtistReactor'."
)
public final class ArtistViewModel: ViewModelType {
var disposeBag = DisposeBag()
var fetchArtistListUseCase: FetchArtistListUseCase
Expand Down

0 comments on commit 9829828

Please sign in to comment.