// // IHClassGatewayModel.swift // Inhealth // // Created by weclouds on 2020/8/20. // Copyright © 2020 weclouds. All rights reserved. // import UIKit //class IHClassGatewayModel: NSObject { // //} struct gatewayInfor { //"{\n\t\"SN\":\"EE202008070001\",\n\t\"SW\":\"1.0.2.30\",\n\t\"HW\":\"0003AA01\",\n\t\"ip\":\"10.0.0.9\",\n\t\"port\":\"37032\"\n\t}") var SN : String? var SW : String? var HW : String? var ip : String? var port : String? }