mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
native popups
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import Foundation
|
||||
|
||||
@objc protocol SPTEncorePopUpDialogModel {
|
||||
func initWithTitle(
|
||||
_ title: String,
|
||||
description: String,
|
||||
image: Any?,
|
||||
primaryButtonTitle: String,
|
||||
secondaryButtonTitle: String?
|
||||
) -> SPTEncorePopUpDialogModel
|
||||
}
|
||||
Reference in New Issue
Block a user