Skip to content

Commit

Permalink
Revert change to weak var
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur committed Apr 22, 2024
1 parent 833723e commit ce6a3ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import WebKit
class CheckoutWebViewController: UIViewController, UIAdaptivePresentationControllerDelegate {
// MARK: Properties

var delegate: CheckoutDelegate?
weak var delegate: CheckoutDelegate?

internal var checkoutView: CheckoutWebView

Expand Down

0 comments on commit ce6a3ef

Please sign in to comment.