From c8b3bb9b404ac3d0955cd5626f70a1278a232686 Mon Sep 17 00:00:00 2001 From: jangseoyoung Date: Mon, 29 Nov 2021 11:36:47 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20::=20StoreMainViewControll?= =?UTF-8?q?er=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/View/Product/StoreMainViewController.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Sources/View/Product/StoreMainViewController.swift b/Sources/View/Product/StoreMainViewController.swift index 3898bab..ed58d1b 100644 --- a/Sources/View/Product/StoreMainViewController.swift +++ b/Sources/View/Product/StoreMainViewController.swift @@ -10,11 +10,14 @@ import UIKit import SnapKit import Then import RxSwift +import Moya class StoreMainViewController: UIViewController, UIScrollViewDelegate { let disposeBag = DisposeBag() + let provider = MoyaProvider() + let productModel = [ProductList]() let tableView = UITableView().then { @@ -41,7 +44,6 @@ class StoreMainViewController: UIViewController, UIScrollViewDelegate { init(index: Int) { super.init(nibName: nil, bundle: nil) - } required init?(coder: NSCoder) {