native popups

This commit is contained in:
eevee
2024-04-26 00:51:32 +03:00
parent e9bd4e4e53
commit acfee7a357
6 changed files with 66 additions and 31 deletions
@@ -0,0 +1,11 @@
import Foundation
@objc protocol SPTEncorePopUpDialogModel {
func initWithTitle(
_ title: String,
description: String,
image: Any?,
primaryButtonTitle: String,
secondaryButtonTitle: String?
) -> SPTEncorePopUpDialogModel
}