summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/Settings/SettingsDataSourceDelegate.swift
blob: 44e119599e32fa3e8f4de9d4df2b0e945c2da999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  SettingsDataSourceDelegate.swift
//  MullvadVPN
//
//  Created by pronebird on 19/10/2021.
//  Copyright © 2021 Mullvad VPN AB. All rights reserved.
//

import MullvadSettings
import UIKit

protocol SettingsDataSourceDelegate: AnyObject {
    func didSelectItem(item: SettingsDataSource.Item)
    func showInfo(for: SettingsInfoButtonItem)
}