Skip to content

Commit

Permalink
Merge pull request #20 from boostcampwm-2022/refactor/CellIdentifier
Browse files Browse the repository at this point in the history
Cell Identifier를 올바르게 수정
  • Loading branch information
jinwoong16 committed Nov 17, 2022
2 parents f7c7f6a + 1f5f7db commit e9601dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final class BrowseCell: UITableViewCell {
var viewModel: BrowseItemViewModel!

/// dequeuResusable을 위한 아이덴티파이어입니다.
static let reuseIdentifier = "UserInfoCell"
static let reuseIdentifier = "BrowseCell"

// MARK: - Components
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import SnapKit

final class QuestCell: UITableViewCell {
/// dequeuResusable을 위한 아이덴티파이어입니다.
static let reuseIdentifier = "UserInfoCell"
static let reuseIdentifier = "QuestCell"

// MARK: - Components
/**
Expand Down

0 comments on commit e9601dc

Please sign in to comment.