Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Jun 22, 2020
1 parent 033f960 commit 40b94d3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ open class DonateViewController: UITableViewController, SKProductsRequestDelegat
}

/// Load the view
public override func viewDidLoad() {
open override func viewDidLoad() {
// Call super class
super.viewDidLoad()

// Register cell
tableView.register(DonateCell.self, forCellReuseIdentifier: "donateCell")

Expand Down

0 comments on commit 40b94d3

Please sign in to comment.