test
This commit is contained in:
15
demo/Models/UserAccountCardModel.swift
Normal file
15
demo/Models/UserAccountCardModel.swift
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// UserAccountCardModel.swift
|
||||
// demo
|
||||
//
|
||||
// Created by Jason on 2024/1/24.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct UserAccountCardModel: Identifiable {
|
||||
var id = UUID()
|
||||
var title: String
|
||||
var icon: String
|
||||
var info: String
|
||||
}
|
||||
Reference in New Issue
Block a user