Version casi lista

This commit is contained in:
alexandrev-tibco
2026-02-17 13:34:02 +01:00
commit e593453abd
99 changed files with 10867 additions and 0 deletions
@@ -0,0 +1,9 @@
import SwiftUI
struct AppIconPlaceholder: View {
var size: CGFloat = 120
var body: some View {
MealMoodLogoMark(size: size)
}
}