From ac89d9568731aea3711839fd653f065c8b54fc1f Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 6 Jul 2023 10:39:11 -0500 Subject: [PATCH] removed code Signed-off-by: Matt Bruce --- VDSSample/ViewControllers/TooltipViewController.swift | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/VDSSample/ViewControllers/TooltipViewController.swift b/VDSSample/ViewControllers/TooltipViewController.swift index 89085b9..caf2aad 100644 --- a/VDSSample/ViewControllers/TooltipViewController.swift +++ b/VDSSample/ViewControllers/TooltipViewController.swift @@ -101,14 +101,4 @@ class TooltipViewController: BaseViewController { self?.component.fillColor = item } } - -} - -class TooltipPopup: UIAlertController { - - override func viewWillAppear(_ animated: Bool) { - super.viewWillAppear(animated) - - - } }