Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Commit

Permalink
!핫픽스🪳#56: 변경된 파일명 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nh committed Jun 24, 2022
1 parent 3258a32 commit 1c0b77a
Show file tree
Hide file tree
Showing 3 changed files with 2,463 additions and 2,455 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import RxSwift

final class RecommendSectionView: UIView {
let disposeBag = DisposeBag()
let isFetchedData = PublishSubject<RestaurantListData>()
let isFetchedData = PublishSubject<RestaurantListModel>()

// MARK: UIComponents
private lazy var subTitleLabel: UILabel = {
Expand Down
2 changes: 1 addition & 1 deletion EatDa/Scenes/Mypage/MypageViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class MyPageViewController: UIViewController {
}

func binding() {
collectionView.rx.modelSelected(RestaurantListData.self)
collectionView.rx.modelSelected(RestaurantListModel.self)
.subscribe(onNext: { model in
print(">> ", model.id)
}).disposed(by: disposeBag)
Expand Down
Loading

0 comments on commit 1c0b77a

Please sign in to comment.