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

import UIKit

protocol SettingsDataSourceDelegate: AnyObject {
    func settingsDataSource(
        _ dataSource: SettingsDataSource,
        didSelectItem item: SettingsDataSource.Item
    )
}