mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
12 lines
304 B
Swift
12 lines
304 B
Swift
import UIKit
|
|
import Orion
|
|
|
|
struct HookTargetNameHelper {
|
|
static var lyricsScrollProvider: String {
|
|
switch EeveeSpotify.hookTarget {
|
|
case .lastAvailableiOS14: return "Lyrics_CoreImpl.ScrollProvider"
|
|
default: return "Lyrics_NPVCommunicatorImpl.ScrollProvider"
|
|
}
|
|
}
|
|
}
|