From 6d175a0a8cde90c077a69f89bedaf03da70757f2 Mon Sep 17 00:00:00 2001 From: jaroshevskii Date: Sat, 2 Mar 2024 19:21:04 +0200 Subject: [PATCH] Make IceCreamSandwichProtocol avalible --- .../IceCreamSandwich/Protocols/IceCreamSandwichProtocol.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/IceCreamSandwich/Protocols/IceCreamSandwichProtocol.swift b/Sources/IceCreamSandwich/Protocols/IceCreamSandwichProtocol.swift index a55c1e8..7f01800 100644 --- a/Sources/IceCreamSandwich/Protocols/IceCreamSandwichProtocol.swift +++ b/Sources/IceCreamSandwich/Protocols/IceCreamSandwichProtocol.swift @@ -4,6 +4,6 @@ // /// A protocol that helps determine if an object resembles the delightful structure of an Ice Cream Sandwich. -protocol IceCreamSandwichProtocol { +public protocol IceCreamSandwichProtocol { var isIceCreamSandwich: Bool { get } }