From 82312df9c6ee1f3c1f4c2b15c52aad1702d9f388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Leinha=CC=88upl?= Date: Fri, 1 Dec 2023 14:52:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Hide=20import=20behind=20compile?= =?UTF-8?q?r=20directive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/ACKategories/BackGesture.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ACKategories/BackGesture.swift b/Sources/ACKategories/BackGesture.swift index c0815cc1..731f1d08 100644 --- a/Sources/ACKategories/BackGesture.swift +++ b/Sources/ACKategories/BackGesture.swift @@ -1,6 +1,6 @@ +#if os(iOS) import UIKit -#if os(iOS) private class BackGestureDelegate: NSObject { // MARK: - Private properties