summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Containers/Root/RootConfiguration.swift
blob: 0afbb7e68eec0d26046c62ef13169ff199ae04c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  RootConfiguration.swift
//  MullvadVPN
//
//  Created by Jon Petersson on 2023-04-19.
//  Copyright © 2023 Mullvad VPN AB. All rights reserved.
//

import Foundation

struct RootConfiguration {
    var deviceName: String?
    var expiry: Date?
    var showsAccountButton: Bool
    let showsDeviceInfo: Bool
}