Updated on 2026-08-14
This commit is contained in:
parent
fcfbe7ca92
commit
370d902dad
13 changed files with 138 additions and 5 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package com.tangem.features.promobanners.api.deeplink
|
||||
|
||||
interface CampaignsDeepLinkHandler {
|
||||
|
||||
interface Factory {
|
||||
fun create(queryParams: Map<String, String>): CampaignsDeepLinkHandler
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue