MCarePlusConstantsProtocol.swift 373 B

1234567891011121314151617
  1. //
  2. // MCarePlusConstantsSwift.swift
  3. // MCPlus
  4. //
  5. // Created by seo ha on 13/02/2019.
  6. // Copyright © 2019 KangSH. All rights reserved.
  7. //
  8. import Foundation
  9. protocol MCarePlusConstantsProtocol {
  10. static var MCARE_ALERT_TITLE_ICON:String{ get }
  11. static var DOMAIN_NAME:String{ get }
  12. static var CERT_TYPE:String{ get }
  13. static var APP_NAME:String{ get }
  14. }