// // H5Utils.swift // yinmeng-ios // // Created by yinmeng on 2024/2/26. // import Foundation enum H5Utils:String { case privacy = "modules/rule/privacy-wap.html" case user = "modules/rule/protocol.html" case logoff = "modules/logout/index.html" case pay = "mew/modules/rule/rechargeAgreement.html" case rank = "modules/room_rank/index.html" }