// // 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" }