Skip to content

Commit

Permalink
Make IceCreamSandwichProtocol avalible
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroshevskii committed Mar 2, 2024
1 parent 9b4938b commit 6d175a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}

0 comments on commit 6d175a0

Please sign in to comment.