Files
divkit/client/ios/DivKit/Actions/DivCustomActionHandling.swift
T
denlvovich a491d0fd03 Custom actions implemented
commit_hash:6d69a229644d80cd0c7215da44c8068ea8b89fcc
2026-02-12 16:30:36 +03:00

10 lines
171 B
Swift

import LayoutKit
public protocol DivCustomActionHandling {
func handle(
payload: DivDictionary,
context: DivActionHandlingContext,
sender: AnyObject?
)
}