Skip to content

Commit

Permalink
Update MoyaStubberViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
wvteijlingen authored Oct 30, 2021
1 parent ea56163 commit 3dc24b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/MoyaStubber/MoyaStubberViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import UIKit
public class MoyaStubberViewController: UITableViewController {
private let stubber: MoyaStubber

init(stubber: MoyaStubber) {
public init(stubber: MoyaStubber) {
self.stubber = stubber
super.init(style: .grouped)
self.title = "Network Stubbing"
}

required init?(coder: NSCoder) {
required public init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}

Expand Down

0 comments on commit 3dc24b6

Please sign in to comment.