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

import Foundation

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