mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
6 lines
122 B
Swift
6 lines
122 B
Swift
import LayoutKit
|
|
|
|
public protocol DivBlockModeling {
|
|
func makeBlock(context: DivBlockModelingContext) throws -> Block
|
|
}
|