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 3dc24b6 commit 21c9f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MoyaStubber/MoyaStubberViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class MoyaStubberViewController: UITableViewController {
self.title = "Network Stubbing"
}

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

Expand Down

0 comments on commit 21c9f73

Please sign in to comment.