dashboard
repositories
filestore
activity
search
login
hefan
/
LiveProjectIOS
ios 版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
输入弹框 图标修改 相机调整
Runt
2025-07-04
acf8e83cbf106b4350536d54eb46379dd86a623c
[hefan/LiveProjectIOS.git]
/
LiveProject
/
data
/
IconInfo.swift
1
2
3
4
5
6
7
8
9
10
11
12
//
// IconInfo.swift
// LiveProject
//
// Created by 倪路朋 on 7/4/25.
//
import SwiftUI
struct IconInfo{
var name:String
var size:CGSize = CGSize(width: 20, height: 20)
}