Skip to content

Commit

Permalink
πŸ› οΈ :: public λ³€μˆ˜ μœ„μΉ˜ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
ray3238 committed Apr 3, 2024
1 parent ddf82d6 commit 1ae0d2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import Domain

public final class SearchCompanyViewModel: BaseViewModel, Stepper {
public let steps = PublishRelay<Step>()
public var searchText: String?
private let disposeBag = DisposeBag()
private let fetchCompanyListUseCase: FetchCompanyListUseCase
private var companyListInfo = BehaviorRelay<[CompanyEntity]>(value: [])
private var pageCount: Int = 1
public var searchText: String?

init(
fetchCompanyListUseCase: FetchCompanyListUseCase
Expand Down

0 comments on commit 1ae0d2f

Please sign in to comment.