Skip to content

Commit

Permalink
PaywallViewControllerDelegate: fixed typo in @objc method name (#…
Browse files Browse the repository at this point in the history
…3569)

Follow up to #3563.
  • Loading branch information
NachoSoto committed Jan 11, 2024
1 parent 65028b8 commit fc0568f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RevenueCatUI/UIKit/PaywallViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public protocol PaywallViewControllerDelegate: AnyObject {
optional func paywallViewControllerWasDismissed(_ controller: PaywallViewController)

/// For internal use only.
@objc(paywallViewControlle:didChangeSizeTo:)
@objc(paywallViewController:didChangeSizeTo:)
optional func paywallViewController(_ controller: PaywallViewController,
didChangeSizeTo size: CGSize)

Expand Down

0 comments on commit fc0568f

Please sign in to comment.