// // MCarePlusConstantsSwift.swift // MCPlus // // Created by seo ha on 13/02/2019. // Copyright © 2019 KangSH. All rights reserved. // import Foundation @objcMembers class MCarePlusConstants:NSObject, MCarePlusConstantsProtocol { static var MCARE_ALERT_TITLE_ICON = "iconImage-fatima" static var DOMAIN_NAME = "https://mcareplus.fatima.or.kr/" static let SERVICE_START_ADDR = "/login.page" static var CERT_TYPE = "InHouse" static var APP_NAME = "mcare-plus" }