Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Fix iOS lint
Browse files Browse the repository at this point in the history
This broke when SwiftLint 0.53.0 came out with a new "Unneeded Overridden Functions" rule.
  • Loading branch information
NachoSoto committed Oct 3, 2023
1 parent beeb664 commit 12da17d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code_blocks/🛠 Tools/paywalls/paywalls_4.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import RevenueCatUI

class ViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
}

@IBAction func presentPaywall() {
let controller = PaywallViewController()
controller.delegate = self
Expand Down

0 comments on commit 12da17d

Please sign in to comment.