Add remote vpn server option to profile loader

This commit is contained in:
Sergey Abramchuk
2017-10-28 12:58:03 +03:00
parent 014584bbcd
commit 983842bb5a

View File

@@ -10,6 +10,7 @@ import Foundation
enum ProfileType: String {
case localVPNServer = "local_vpn_server"
case remoteVPNServer = "remote_vpn_server"
}
struct ProfileLoader {