MCareMessageRequestProtocol.swift 239 B

12345678910111213
  1. //
  2. // MCareMessageRequestProtocol.swift
  3. // MCPlus
  4. //
  5. // Created by seo ha on 15/04/2019.
  6. // Copyright © 2019 KangSH. All rights reserved.
  7. //
  8. import Foundation
  9. protocol MCareMessageRequestProtocol {
  10. func isMsgRequest() -> Bool
  11. }