Skip to content

Commit

Permalink
⚡️ :: ProductTableViewCell bind 파라미터 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
jangseoyoung committed Nov 22, 2021
1 parent 3c446bd commit 795b594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/View/Reuseable/ProductTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class ProductTableViewCell: UITableViewCell {

// MARK: - public method

public func bind() {
public func bind(title: String, price: String, store: [String]) {
// 후에 파라미터로 데이터 받아서 바인딩

// demo data
Expand Down

0 comments on commit 795b594

Please sign in to comment.