Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Settings/Models/GitHubRelease.swift
T
2024-10-09 21:38:29 +03:00

4 lines
60 B
Swift

struct GitHubRelease: Decodable {
var tagName: String
}