mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
4 lines
60 B
Swift
4 lines
60 B
Swift
struct GitHubRelease: Decodable {
|
|
var tagName: String
|
|
}
|