mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
8 lines
253 B
Swift
8 lines
253 B
Swift
import Foundation
|
|
|
|
@objc protocol SPTEncorePopUpPresenter {
|
|
static func shared() -> SPTEncorePopUpPresenter
|
|
func presentPopUp(_ popUp: SPTEncorePopUpDialog)
|
|
func dismissPopupWithAnimate(_ animate: Bool, clearQueue: Bool, completion: Any?)
|
|
}
|