mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
9 lines
209 B
Swift
9 lines
209 B
Swift
import LayoutKit
|
|
|
|
extension DivVideo: DivBlockModeling {
|
|
public func makeBlock(context _: DivBlockModelingContext) throws -> Block {
|
|
assertionFailure("Not implemented")
|
|
return SeparatorBlock()
|
|
}
|
|
}
|