From 795b594ca67b2df2a61f4fccd3b353e3cc3c985e Mon Sep 17 00:00:00 2001 From: jangseoyoung Date: Mon, 22 Nov 2021 09:39:51 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20::=20ProductTableViewCell?= =?UTF-8?q?=20bind=20=ED=8C=8C=EB=9D=BC=EB=AF=B8=ED=84=B0=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/View/Reuseable/ProductTableViewCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/View/Reuseable/ProductTableViewCell.swift b/Sources/View/Reuseable/ProductTableViewCell.swift index 8dc82d2..c1f5da0 100644 --- a/Sources/View/Reuseable/ProductTableViewCell.swift +++ b/Sources/View/Reuseable/ProductTableViewCell.swift @@ -72,7 +72,7 @@ class ProductTableViewCell: UITableViewCell { // MARK: - public method - public func bind() { + public func bind(title: String, price: String, store: [String]) { // 후에 파라미터로 데이터 받아서 바인딩 // demo data