diff --git a/VDS/Components/Tooltip/TooltipLaunchable.swift b/VDS/Components/Tooltip/TooltipLaunchable.swift index 6a79e987..5f8219b7 100644 --- a/VDS/Components/Tooltip/TooltipLaunchable.swift +++ b/VDS/Components/Tooltip/TooltipLaunchable.swift @@ -8,7 +8,9 @@ import Foundation import UIKit -public protocol TooltipLaunchable { } +public protocol TooltipLaunchable { + func presentTooltip(surface: Surface, title: String, content: String, closeButtonText: String) +} extension TooltipLaunchable { public func presentTooltip(surface: Surface, title: String, content: String, closeButtonText: String = "Close") {