mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
fixed macos compilation for RenderingDelegate.
This commit is contained in:
@@ -15,7 +15,7 @@ public protocol DivViewMetaProviding: AnyObject {
|
||||
func subview(with id: BlockViewID) -> BlockView?
|
||||
}
|
||||
|
||||
public protocol TooltipAnchorView: UIView {
|
||||
public protocol TooltipAnchorView: ViewType {
|
||||
var tooltips: [BlockTooltip] { get }
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user