// // MCarePlusConstantsSwift.swift // MCPlus // // Created by seo ha on 13/02/2019. // Copyright © 2019 KangSH. All rights reserved. // import Foundation protocol MCarePlusConstantsProtocol { static var MCARE_ALERT_TITLE_ICON:String{ get } static var DOMAIN_NAME:String{ get } static var CERT_TYPE:String{ get } static var APP_NAME:String{ get } }