Skip to content

Instantly share code, notes, and snippets.

View dn1t's full-sized avatar
📺
Mobile Killed The Video Star

David Lee / 이다윗 dn1t

📺
Mobile Killed The Video Star
View GitHub Profile
@dn1t
dn1t / AMAlbumDetailsView.swift
Created October 6, 2024 03:29 — forked from tarrouye/AMAlbumDetailsView.swift
Sample code replicating the album details / track list screen from Apple Music
struct AMAlbumDetailsView: View {
let albumArt: Image
let title: String
let artist: String
let genre: String
let releaseYear: String
let quality: String
let tracks: [String]
@State private var playingTrack: String?
declare interface Api {
runRhino(source: string);
}
declare interface Bot {
/**
* 메시지를 전송합니다
* @param room 전송할 방의 이름
* @param message 전송할 메시지
*/