Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Shared/Models/Headers/SPTURL.swift
T
2025-06-17 19:25:23 +03:00

8 lines
172 B
Swift

import Foundation
// it's NSURL actually, just with Spotify extensions
@objc protocol SPTURL {
func spt_trackIdentifier() -> String
func isPlaylistURL() -> Bool
}