From e643d248ee205d2cbfeb98ed0c3bea5d634e7a5c Mon Sep 17 00:00:00 2001 From: Daniel Bernal Date: Tue, 23 Apr 2024 18:24:05 +0200 Subject: [PATCH] Missing Import --- .../NetworkProtectionSubscriptionEventHandler.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/DuckDuckGo/NetworkProtection/AppTargets/DeveloperIDTarget/NetworkProtectionSubscriptionEventHandler.swift b/DuckDuckGo/NetworkProtection/AppTargets/DeveloperIDTarget/NetworkProtectionSubscriptionEventHandler.swift index 48add2199f..b1e4a36a7d 100644 --- a/DuckDuckGo/NetworkProtection/AppTargets/DeveloperIDTarget/NetworkProtectionSubscriptionEventHandler.swift +++ b/DuckDuckGo/NetworkProtection/AppTargets/DeveloperIDTarget/NetworkProtectionSubscriptionEventHandler.swift @@ -21,6 +21,7 @@ import Foundation import Subscription import NetworkProtection import NetworkProtectionUI +import Common final class NetworkProtectionSubscriptionEventHandler {