mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
10 lines
171 B
Swift
10 lines
171 B
Swift
import LayoutKit
|
|
|
|
public protocol DivCustomActionHandling {
|
|
func handle(
|
|
payload: DivDictionary,
|
|
context: DivActionHandlingContext,
|
|
sender: AnyObject?
|
|
)
|
|
}
|