first commit

This commit is contained in:
Artemon4ik8091
2026-07-14 12:06:58 +03:00
commit 01088b112b
31 changed files with 4678 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
//
// music_playerApp.swift
// music player
//
// Created by aswer on 23.06.2026.
//
import SwiftUI
@main
struct music_playerApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}