Skip to content

Commit f9facc6

Browse files
committed
🧩 :: 네이밍 변경
1 parent 7e46a05 commit f9facc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Projects/Presentation/Sources/CompanyDetail/CompanyDetailViewModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import RxFlow
55
import Core
66
import Domain
77

8-
public enum CompanyDetailPopViewType {
8+
public enum CompanyDetailPreviousViewType {
99
case searchCompany
1010
case recruitmentDetail
1111
}
@@ -14,7 +14,7 @@ public final class CompanyDetailViewModel: BaseViewModel, Stepper {
1414
public let steps = PublishRelay<Step>()
1515
public var companyID: Int?
1616
public var recruitmentID: Int?
17-
public var type: CompanyDetailPopViewType = .recruitmentDetail
17+
public var type: CompanyDetailPreviousViewType = .recruitmentDetail
1818
private let disposeBag = DisposeBag()
1919
private let fetchCompanyInfoDetailUseCase: FetchCompanyInfoDetailUseCase
2020
private let fetchReviewListUseCase: FetchReviewListUseCase

Projects/Presentation/Sources/RecruitmentDetail/RecruitmentDetailViewModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import RxFlow
55
import Core
66
import Domain
77

8-
public enum RecruitmentDetailPreviousView {
8+
public enum RecruitmentDetailPreviousViewType {
99
case companyDeatil
1010
case recruitmentList
1111
}
@@ -14,7 +14,7 @@ public final class RecruitmentDetailViewModel: BaseViewModel, Stepper {
1414
public let steps = PublishRelay<Step>()
1515
public var recruitmentID: Int?
1616
public var companyId: Int?
17-
public var type: RecruitmentDetailPreviousView = .recruitmentList
17+
public var type: RecruitmentDetailPreviousViewType = .recruitmentList
1818
public var isApplicable: Bool = true
1919
private let disposeBag = DisposeBag()
2020

0 commit comments

Comments
 (0)