// // Model.swift // Qmera // // Created by Yayan Dwi on 28/09/21. // import Foundation protocol Model: Equatable, CustomStringConvertible { }