mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
11 lines
275 B
Swift
11 lines
275 B
Swift
import Foundation
|
|
|
|
@objc protocol SPTEncorePopUpDialogModel {
|
|
func initWithTitle(
|
|
_ title: String,
|
|
description: String,
|
|
image: Any?,
|
|
primaryButtonTitle: String,
|
|
secondaryButtonTitle: String?
|
|
) -> SPTEncorePopUpDialogModel
|
|
} |