summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/StorePaymentManager/StorePaymentObserver.swift
blob: a254a90e3e199476d931553153cd3b6b8bbbc013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  StorePaymentObserver.swift
//  MullvadVPN
//
//  Created by pronebird on 03/09/2021.
//  Copyright © 2025 Mullvad VPN AB. All rights reserved.
//

import Foundation

protocol StorePaymentObserver: AnyObject, Sendable {
    func storePaymentManager(
        _ manager: StorePaymentManager,
        didReceiveEvent event: StorePaymentEvent
    )
}