Skip to content

Instantly share code, notes, and snippets.

View PoohSunny's full-sized avatar

Yotaro Takahashi PoohSunny

View GitHub Profile
import UIKit
import RxSwift
import RxCocoa
import RxDataSources
class ViewController: UIViewController {
@IBOutlet weak var tableView: UITableView!
let viewModel = ViewModel()
var disposeBag = DisposeBag()