12345678910111213141516171819 |
- //
- // 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-paik"
- static var DOMAIN_NAME = "http://14.40.2.60:18080/"
- static var CERT_TYPE = "InHouse"
- static var APP_NAME = "mcare-plus"
- }
|