Skip to content

Instantly share code, notes, and snippets.

View dn1t's full-sized avatar
๐Ÿ“บ
Mobile Killed The Video Star

์ด๋‹ค์œ— 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 ์ „์†กํ•  ๋ฉ”์‹œ์ง€
*/