Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Models/Headers/SPTURL.swift
T

7 lines
139 B
Swift

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