velody/apps/apple/VelodyiPhone/Sources/VelodyiPhoneApp.swift
2026-05-24 20:53:42 +02:00

11 lines
151 B
Swift

import SwiftUI
@main
struct VelodyiPhoneApp: App {
var body: some Scene {
WindowGroup {
iPhoneLibraryView()
}
}
}