MCarePlusConstantsProtocol.swift 320 B

123456789101112131415
  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 DOMAIN_NAME:String{ get }
  11. static var CERT_TYPE:String{ get }
  12. static var APP_NAME:String{ get }
  13. }