summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/ViewControllerIdentifier.swift
blob: dd4e8cbcff995c9d160ce1f5a6264d7616e6b79e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  ViewControllerIdentifier.swift
//  MullvadVPN
//
//  Created by pronebird on 23/05/2019.
//  Copyright © 2019 Mullvad VPN AB. All rights reserved.
//

import Foundation

enum ViewControllerIdentifier: String {
    case consent = "Consent"
    case login = "Login"
    case main = "Main"
    case settings = "Settings"
}