mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
6 lines
140 B
Swift
6 lines
140 B
Swift
import Foundation
|
|
|
|
protocol LyricsRepository {
|
|
func getLyrics(_ query: LyricsSearchQuery, options: LyricsOptions) throws -> LyricsDto
|
|
}
|