添加了webView

This commit is contained in:
fengshuo
2024-02-26 23:04:17 +08:00
parent 00f5414a88
commit a764188646
22 changed files with 743 additions and 22 deletions

View File

@@ -0,0 +1,13 @@
//
// H5Utils.swift
// yinmeng-ios
//
// Created by MaiMang on 2024/2/26.
//
import Foundation
enum H5Utils:String {
case privacy = "modules/rule/privacy-wap.html"
case logoff = "modules/logout/index.html"
}