Skip to content

Commit

Permalink
⚡️ :: StoreMainViewController 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jangseoyoung committed Nov 29, 2021
1 parent 0ebe595 commit c8b3bb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/View/Product/StoreMainViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ import UIKit
import SnapKit
import Then
import RxSwift
import Moya

class StoreMainViewController: UIViewController, UIScrollViewDelegate {

let disposeBag = DisposeBag()

let provider = MoyaProvider<SSGPAPI>()

let productModel = [ProductList]()

let tableView = UITableView().then {
Expand All @@ -41,7 +44,6 @@ class StoreMainViewController: UIViewController, UIScrollViewDelegate {

init(index: Int) {
super.init(nibName: nil, bundle: nil)

}

required init?(coder: NSCoder) {
Expand Down

0 comments on commit c8b3bb9

Please sign in to comment.