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

import Foundation

enum ViewControllerIdentifier: String {
    case root = "Root"
    case login = "Login"
    case main = "Main"
}