summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Protocols/SettingsMigrationUIHandler.swift
blob: 949458e394c81be9cac97ec6cc74f60f5d1277a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  SettingsMigrationUIHandler.swift
//  MullvadVPN
//
//  Created by pronebird on 24/11/2022.
//  Copyright © 2022 Mullvad VPN AB. All rights reserved.
//

import Foundation

protocol SettingsMigrationUIHandler {
    func showMigrationError(_ error: Error, completionHandler: @escaping () -> Void)
}