Files
yingmeng-ios-switf/yinmeng-ios/Base/Utils/H5Utils.swift
2024-03-22 11:54:23 +08:00

17 lines
361 B
Swift

//
// 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"
}