15 lines
257 B
Swift
15 lines
257 B
Swift
//
|
|
// H5Utils.swift
|
|
// yinmeng-ios
|
|
//
|
|
// Created by MaiMang 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"
|
|
}
|