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 } }