// // MCareMessageRequestProtocol.swift // MCPlus // // Created by seo ha on 15/04/2019. // Copyright © 2019 KangSH. All rights reserved. // import Foundation protocol MCareMessageRequestProtocol { func isMsgRequest() -> Bool }