Skip to content

Commit 33b0175

Browse files
committed
Remove default method
1 parent 77bb306 commit 33b0175

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ExampleMVVM/Presentation/MoviesScene/MoviesQueriesList/View/UIKit/MoviesQueriesTableViewController.swift

-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ final class MoviesQueriesTableViewController: UITableViewController, StoryboardI
4242

4343
extension MoviesQueriesTableViewController {
4444

45-
override func numberOfSections(in tableView: UITableView) -> Int {
46-
return 1
47-
}
48-
4945
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
5046
return viewModel.items.value.count
5147
}

0 commit comments

Comments
 (0)